<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git/taskflow/tests/test_examples.py, branch 0.1.3</title>
<subtitle>opendev.org: openstack/taskflow.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/'/>
<entry>
<title>Doc strings and comments clean-up</title>
<updated>2014-01-26T21:08:39+00:00</updated>
<author>
<name>skudriashev</name>
<email>skudriashev@griddynamics.com</email>
</author>
<published>2014-01-25T23:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=aea1f401eb6e4482aca6e885c46b183e5b7f47eb'/>
<id>aea1f401eb6e4482aca6e885c46b183e5b7f47eb</id>
<content type='text'>
* Added missing period for doc strings
* Correct syntax errors
* Remove H402 from flake8 ignore list

Change-Id: Ia8592bf99378e3658d6cca2ceb148bf9eb0b5de8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added missing period for doc strings
* Correct syntax errors
* Remove H402 from flake8 ignore list

Change-Id: Ia8592bf99378e3658d6cca2ceb148bf9eb0b5de8
</pre>
</div>
</content>
</entry>
<entry>
<title>List examples function doesn't accept arguments</title>
<updated>2014-01-26T13:11:59+00:00</updated>
<author>
<name>skudriashev</name>
<email>skudriashev@griddynamics.com</email>
</author>
<published>2014-01-26T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=4e9fad208d0fedc92f120c1af78168a9e05c9ca7'/>
<id>4e9fad208d0fedc92f120c1af78168a9e05c9ca7</id>
<content type='text'>
Change-Id: Ic8d9e5b8918dd47190d7aa3b6cfbe281307fb1d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic8d9e5b8918dd47190d7aa3b6cfbe281307fb1d2
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup in test_examples</title>
<updated>2014-01-17T11:32:56+00:00</updated>
<author>
<name>Ivan A. Melnikov</name>
<email>imelnikov@griddynamics.com</email>
</author>
<published>2014-01-17T11:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=9d5c35e057374e3846dcbfda7337ae3e868e39b3'/>
<id>9d5c35e057374e3846dcbfda7337ae3e868e39b3</id>
<content type='text'>
- check process exit code instead of stderr emptiness;
- in case of failure include stderr and stdout of example into
  exception message.

Change-Id: I3957810c8ac0621bafa4eda85e089071d96c794e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- check process exit code instead of stderr emptiness;
- in case of failure include stderr and stdout of example into
  exception message.

Change-Id: I3957810c8ac0621bafa4eda85e089071d96c794e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add envs for different sqlalchemy versions</title>
<updated>2014-01-09T19:09:08+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-01-06T18:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=3d437df7497827ed46624403bc19d72cd1935be9'/>
<id>3d437df7497827ed46624403bc19d72cd1935be9</id>
<content type='text'>
Adjust tests to skip the sqlalchemy test if
sqlalchemy is not installed. Adjust examples
to fallback to a directory based backend if
the sqlalchemy does not load or is not available.

Include a updated tox.ini (generated from the
toxgen.py script) that includes the new venv
variations.

Change-Id: I7686f09901a9b65d7c81b4e037b5bffc24aa7ef7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust tests to skip the sqlalchemy test if
sqlalchemy is not installed. Adjust examples
to fallback to a directory based backend if
the sqlalchemy does not load or is not available.

Include a updated tox.ini (generated from the
toxgen.py script) that includes the new venv
variations.

Change-Id: I7686f09901a9b65d7c81b4e037b5bffc24aa7ef7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up python 3.3 incompatabilities</title>
<updated>2013-11-21T14:38:44+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2013-11-16T10:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=db15db8186f73f7129d6130099dc793bf475f890'/>
<id>db15db8186f73f7129d6130099dc793bf475f890</id>
<content type='text'>
Make the python 3.3 testing work by selectively
disabling &amp; including eventlet, switch to testtools
and testrepository which has 2.6, 2.7, 3.2+ unified
testing support so that we can correctly run our
tests in all supported python versions.

Closes-Bug: #1251660
Co-authored-by: Alexander Gorodnev &lt;agorodnev@griddynamics.com&gt;
Change-Id: I23b6f04387cfd3bf6b5a044edffa446ca897ce3a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the python 3.3 testing work by selectively
disabling &amp; including eventlet, switch to testtools
and testrepository which has 2.6, 2.7, 3.2+ unified
testing support so that we can correctly run our
tests in all supported python versions.

Closes-Bug: #1251660
Co-authored-by: Alexander Gorodnev &lt;agorodnev@griddynamics.com&gt;
Change-Id: I23b6f04387cfd3bf6b5a044edffa446ca897ce3a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python3 compatibility issues in examples</title>
<updated>2013-10-10T10:51:35+00:00</updated>
<author>
<name>Ivan A. Melnikov</name>
<email>imelnikov@griddynamics.com</email>
</author>
<published>2013-10-10T10:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=c5b84d021df305d5022a1012d788f855b7a2c40a'/>
<id>c5b84d021df305d5022a1012d788f855b7a2c40a</id>
<content type='text'>
Change-Id: I024207864668751455874cf3cb60de31cc01de87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I024207864668751455874cf3cb60de31cc01de87
</pre>
</div>
</content>
</entry>
<entry>
<title>Check examples when running tests</title>
<updated>2013-08-27T08:54:23+00:00</updated>
<author>
<name>Ivan A. Melnikov</name>
<email>imelnikov@griddynamics.com</email>
</author>
<published>2013-08-26T14:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=cd04997bce05c0fa2e493c0497296a96e03071a6'/>
<id>cd04997bce05c0fa2e493c0497296a96e03071a6</id>
<content type='text'>
Add testcase that executes all examples from taskflow/examples
directory. For examples with somewhat deterministic output the output
is also checked.

This commit also fixes couple of examples broken by recent decorators
refactoring.

Change-Id: I3e65eabde43e1dd26b442d8f7dd3f062bf80703d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add testcase that executes all examples from taskflow/examples
directory. For examples with somewhat deterministic output the output
is also checked.

This commit also fixes couple of examples broken by recent decorators
refactoring.

Change-Id: I3e65eabde43e1dd26b442d8f7dd3f062bf80703d
</pre>
</div>
</content>
</entry>
</feed>
