<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/astroid/test_utils.py, branch master</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/astroid-git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/'/>
<entry>
<title>Add helper function for reraising exceptions</title>
<updated>2015-09-21T20:33:32+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-09-21T20:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=5789efaa3963569bc1060cfee5f15726d806e70c'/>
<id>5789efaa3963569bc1060cfee5f15726d806e70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.reraise to avoid losing tracebacks for simple cases</title>
<updated>2015-09-21T14:47:35+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-09-21T14:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=93fb564e69b77c1b697e942f39de3bdd1172399b'/>
<id>93fb564e69b77c1b697e942f39de3bdd1172399b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug statements</title>
<updated>2015-08-21T17:24:20+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-08-21T17:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=dacf902d5f50da88f5486592c0d7c306080ccdaa'/>
<id>dacf902d5f50da88f5486592c0d7c306080ccdaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and minor fixes</title>
<updated>2015-07-12T02:50:06+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-07-12T02:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=89694da66fb118e38da8aae426e33e957b8a96a5'/>
<id>89694da66fb118e38da8aae426e33e957b8a96a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge logilab/astroid again</title>
<updated>2015-07-11T21:02:33+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-07-11T21:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=9318df87f26269a30a2f5c734e36d7df6bff1c18'/>
<id>9318df87f26269a30a2f5c734e36d7df6bff1c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pylint issues.</title>
<updated>2015-07-11T15:19:06+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-11T15:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=4cca0cded92e6d38f48ad10b1ff30d9d28b0c34d'/>
<id>4cca0cded92e6d38f48ad10b1ff30d9d28b0c34d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new convenience API, `astroid.parse`.</title>
<updated>2015-07-11T15:12:18+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-07-11T15:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=d254c649801657c214058b6db743d87fd38741e7'/>
<id>d254c649801657c214058b6db743d87fd38741e7</id>
<content type='text'>
This API can be used to retrieve an astroid AST from a source code string,
similar to how ast.parse can be used to obtain a Python AST from a source string.
This is the test_utils.build_module promoted to a public API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API can be used to retrieve an astroid AST from a source code string,
similar to how ast.parse can be used to obtain a Python AST from a source string.
This is the test_utils.build_module promoted to a public API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Node constructors almost finished except for two bugs</title>
<updated>2015-07-08T20:13:02+00:00</updated>
<author>
<name>Ceridwen</name>
<email>ceridwenv@gmail.com</email>
</author>
<published>2015-07-08T20:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=c301d737567bed9c54ea95f73f8f681c99d102cf'/>
<id>c301d737567bed9c54ea95f73f8f681c99d102cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge all test data into a single package per Python version.</title>
<updated>2014-11-09T21:44:59+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-11-09T21:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=f5952d500ca1052252a0d8699be7ca3cf8e4eeda'/>
<id>f5952d500ca1052252a0d8699be7ca3cf8e4eeda</id>
<content type='text'>
Also modernized a lot of test code. This makes it possible to run the
tests from both the base directory of the project as well as the
astroid package.

Since the packages have the same name for Python 2 and 3, there is less
version-dependent code in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also modernized a lot of test code. This makes it possible to run the
tests from both the base directory of the project as well as the
astroid package.

Since the packages have the same name for Python 2 and 3, there is less
version-dependent code in the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some of the issues around running test discover from the base directory of the project.</title>
<updated>2014-11-09T12:24:06+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-11-09T12:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=92ebefb0b2046e87d2eb7ae80a5d9bfe4bc6016b'/>
<id>92ebefb0b2046e87d2eb7ae80a5d9bfe4bc6016b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
