Menu

SVN archive Commit Log


Commit Date  
[r17586] by bugman

Bug fix for the BMRB system test initialisation for when the bmrblib module is missing.

The base __init__() method needs to be initialised first.

2012-09-28 09:32:12 Tree
[r17585] by bugman

Python 3 preparations - the unit tests are now fully Python 2 and 3 compatible.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .

2012-09-28 09:09:41 Tree
[r17584] by bugman

Python 3 preparation - all of the _generic_fns unit tests now use absolute module imports.

2012-09-28 09:08:34 Tree
[r17583] by bugman

Python 3 preparations - all the _prompt unit tests now use absolute module imports.

2012-09-28 09:06:47 Tree
[r17582] by bugman

Python 3 preparation - removed all xrange() calls from the unit tests, these are not needed.

2012-09-28 09:00:34 Tree
[r17581] by bugman

Last Python 3 compatibility update for the system tests - they are now both Python 2 and 3 compatible!

The command used was:
2to3 -w \
-f except \
-f import \
-f imports \
-f long \
-f numliterals \
-f xrange \
.

2012-09-28 08:58:47 Tree
[r17580] by bugman

Python 3 preparation - the test_suite.system_tests package now uses the absolute module path for imports.

2012-09-28 08:57:54 Tree
[r17579] by bugman

Python 3 preparation - changed the import of SystemTestCase to use the absolute module path.

2012-09-28 08:55:55 Tree
[r17578] by bugman

Removed all of the xrange() calls from the system tests as these are not necessary.

This is in preparation for Python 3.

2012-09-28 08:49:08 Tree
[r17577] by bugman

Fix for a fatal bug introduced in the last revision (r17576).

2012-09-28 08:02:02 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.