| changeset | 07168ae926fc |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Kristensen <john@jerrykan.com> |
| description | Update run_tests.py to pytest v2.9.2 pytest v2.9.2 fixes an issue where 'pytest.mark.skip' would not correctly skip tests. There was some discussion on the mailing list about removing the run_test.py script in favour of having pytest as an external dependency, but for the time being updating the script is the quicker/easier option. |
| files |
| changeset | 91dcc0c40e8c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Kristensen <john@jerrykan.com> |
| description | Regenerated run_tests.py script with python2.6 support The previous version of the run_tests.py script was incorrectly generated and didn't include support for python2.6 |
| files |
| changeset | 380d8d8b30a3 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Kristensen <john@jerrykan.com> |
| description | Replace existing run_tests.py script with a pytest script The existing run_test.py script is quite old, a bit restrictive, and doesn't always behave as documented. The pytest testing tool is mature, well documented, and maintained. The run_tests.py script is generating by installing py.test and running: py.tests --genscript=run_tests.py Note: to generate a script that is compatible with python2.6 the command needs to be run using python2.6 |
| files |
| changeset | 461def18244d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Kristensen <john@jerrykan.com> |
| description | Return error code if run_tests.py fails When any of the tests fail the run_tests.py script should return an error code to indicate that not all of the tests have passed. |
| files |
| changeset | 4960a2c21590 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | Python 2.3 workarounds cleanup |
| files |
| changeset | 2751074199b5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Remove check_manifest test. |
| files |
| changeset | 25a6f93a17e1 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Fix 'check_manifest()' import; Enable logging. |
| files |
| changeset | c8b0a23ba38d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Fix issue2550493: hide 'hidden' files. |
| files |
| changeset | 1343ae27dde9 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
| description | Don't allow docstrings of test override the description printed for the test. |
| files |
| changeset | 6fe75dcb0b34 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | some unit test fixes |
| files |
| changeset | 0f0e0c9c6b69 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
| description | explicit version bleah |
| files |
| changeset | 3c38d9be63a6 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | check MANIFEST against the files actually unpacked |
| files |
| changeset | b1704ba7be41 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | make mysql / postgresql work again. beginnings of otk/session store in rdbmses |
| files |
| changeset | 2996e168d359 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Brian Kelley <wc2so1@users.sourceforge.net> |
| description | Unittestgui changed their interface, they no longer support the minimal option. |
| files |
| changeset | f9e620befb43 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | make this run under py2.1 |
| files |
| changeset | f63aa57386b0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Backend improvements. - using Zope3's test runner now, allowing GC checks, nicer controls and coverage analysis - all RDMBS backends now have indexes on several columns - added testing of schema mutation, fixed rdbms backends handling of a couple of cases - !BETA! added postgresql backend, needs work !BETA! |
| files |