<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/tests/test.py, branch docdraft</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Add numpy=True|False flag to networkx.test()</title>
<updated>2011-09-11T23:06:29+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-09-11T23:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5e5c3ff122290256c3903e90a4e7609477ca9c66'/>
<id>5e5c3ff122290256c3903e90a4e7609477ca9c66</id>
<content type='text'>
Addresses #632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #632
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow running networkx.test() if the current working directory is the networkx source root.</title>
<updated>2011-07-17T15:56:10+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-07-17T15:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5404d3956aa006784a1f2f23f107e623ad07ff57'/>
<id>5404d3956aa006784a1f2f23f107e623ad07ff57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default networkx.test() to not run doctests since</title>
<updated>2010-08-10T01:47:08+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-08-10T01:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4960ba7f23e189963d52328d1802eff24784fa83'/>
<id>4960ba7f23e189963d52328d1802eff24784fa83</id>
<content type='text'>
they emit test files that aren't removed.

Running nosetests networkx from the trunk
will still default to running doctests (and
still leaves the testfile cruft)

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they emit test files that aren't removed.

Running nosetests networkx from the trunk
will still default to running doctests (and
still leaves the testfile cruft)

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401897
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fixtures to skip doctests when optional imports are missing.</title>
<updated>2010-04-23T03:45:44+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-23T03:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=83b8dd54c2956f49180df2b77768055c767a1943'/>
<id>83b8dd54c2956f49180df2b77768055c767a1943</id>
<content type='text'>
Turn on doctests as default with networkx.test().
Run networkx.test(doctest=False) to skip doctests.

Addresses #347

Fixes #263

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401728
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn on doctests as default with networkx.test().
Run networkx.test(doctest=False) to skip doctests.

Addresses #347

Fixes #263

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401728
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SkipTest for optional packages (Numpy,SciPy).</title>
<updated>2010-04-22T22:10:59+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-22T22:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=a56033b34941a9d9de173cd21d6ccf53d59a38ff'/>
<id>a56033b34941a9d9de173cd21d6ccf53d59a38ff</id>
<content type='text'>
Add doctest option to networkx.test() and set default to False

Addresses #347

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401725
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add doctest option to networkx.test() and set default to False

Addresses #347

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401725
</pre>
</div>
</content>
</entry>
<entry>
<title>Write to stderr instead of print in tests</title>
<updated>2010-04-22T00:29:33+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-22T00:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=e1d33a11df8677ec311f236e8bd7c22eaad679be'/>
<id>e1d33a11df8677ec311f236e8bd7c22eaad679be</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401719
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401719
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce verbosity of tests and add verbosity option to test()</title>
<updated>2010-04-22T00:13:46+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-22T00:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0f3e3c2d1b6de1bdb9613bb2c5a4487dee7ff3cc'/>
<id>0f3e3c2d1b6de1bdb9613bb2c5a4487dee7ff3cc</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401716
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401716
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of setup and test scripts.</title>
<updated>2010-04-19T03:56:37+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-19T03:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1f96e0388687d5bba796a4202212902b5fc262aa'/>
<id>1f96e0388687d5bba796a4202212902b5fc262aa</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401713
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401713
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test files to package install.</title>
<updated>2010-04-19T03:45:44+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-19T03:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c3b2e2d8b7ffcb28d9262874cee80d18dfdd3994'/>
<id>c3b2e2d8b7ffcb28d9262874cee80d18dfdd3994</id>
<content type='text'>
Get path right for networkx.test() runner.

Don't zip egg so we can run tests.

Add --exe to networkx.test() options to run tests
after installed and chmoded by setuptools

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get path right for networkx.test() runner.

Don't zip egg so we can run tests.

Add --exe to networkx.test() options to run tests
after installed and chmoded by setuptools

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401712
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test runner so networkx.test() tests all</title>
<updated>2010-04-17T22:15:47+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2010-04-17T22:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=906f6603a523896173bb83bcffc945f03fb47bf3'/>
<id>906f6603a523896173bb83bcffc945f03fb47bf3</id>
<content type='text'>
of NetworkX (you need the nose test package).

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of NetworkX (you need the nose test package).

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401707
</pre>
</div>
</content>
</entry>
</feed>
