<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests, branch 0.2.0</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Returning clause ends where clause</title>
<updated>2016-06-25T14:08:52+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble.spam@gmail.com</email>
</author>
<published>2016-06-25T14:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c27a604291f7ae1d6dbf3a49376972f723ad16f1'/>
<id>c27a604291f7ae1d6dbf3a49376972f723ad16f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format cli.py and add cli-tests</title>
<updated>2016-06-20T14:41:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-20T01:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=85349e68592964e66e5dfe7e48e9f76cb93d48fd'/>
<id>85349e68592964e66e5dfe7e48e9f76cb93d48fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split test/asserts that are weakly related</title>
<updated>2016-06-20T14:41:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T22:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=3aa952d71952cbb0728698bb381dae74d1a1727b'/>
<id>3aa952d71952cbb0728698bb381dae74d1a1727b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parametrize tests</title>
<updated>2016-06-20T14:41:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T21:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8ebd43d8109c6ecaf4964634e3bd782e8bd769d5'/>
<id>8ebd43d8109c6ecaf4964634e3bd782e8bd769d5</id>
<content type='text'>
Allows for tests to continue if the first assert had failed.
In particular useful when certain change is dealing with two
almost opposing edge cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows for tests to continue if the first assert had failed.
In particular useful when certain change is dealing with two
almost opposing edge cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some test classes and clean-up</title>
<updated>2016-06-20T14:41:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T07:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5d50f349cda37986bb3704e8fe25d57c78e6047a'/>
<id>5d50f349cda37986bb3704e8fe25d57c78e6047a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tests/utils with conftest.py</title>
<updated>2016-06-20T14:40:20+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T16:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c9e8230502fd2c72833a2ea4d2c6bac9234e580a'/>
<id>c9e8230502fd2c72833a2ea4d2c6bac9234e580a</id>
<content type='text'>
http://stackoverflow.com/questions/34466027/what-is-the-use-of-conftest-py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://stackoverflow.com/questions/34466027/what-is-the-use-of-conftest-py
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace other UnitTest with Py.Test</title>
<updated>2016-06-20T14:40:20+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T06:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=64b9d3537783dbf761b421644ba07078a80b5640'/>
<id>64b9d3537783dbf761b421644ba07078a80b5640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ndiffAssertEqual with Py.Test</title>
<updated>2016-06-20T14:40:20+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T05:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=63c369364aeb4591983102889f604dca8d266f2e'/>
<id>63c369364aeb4591983102889f604dca8d266f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #265 from darikg/dont-ignore-skip_cm</title>
<updated>2016-06-20T14:36:57+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-20T14:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c56652ef9fdac111dd59e26b913765719eaf1141'/>
<id>c56652ef9fdac111dd59e26b913765719eaf1141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>token_next shouldn't ignore skip_cm</title>
<updated>2016-06-20T13:56:42+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2016-06-20T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=66ae504c4bf8cc1f005c8822623d2b3c3d3e4aa3'/>
<id>66ae504c4bf8cc1f005c8822623d2b3c3d3e4aa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
