http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/run_tests.py Mercurial Repository: p/roundup/code: run_tests.py history 2016-06-27T14:18:49+10:00 Update run_tests.py to pytest v2.9.2 http://hg.code.sf.net:8000/p/roundup/code/#changeset-07168ae926fc51dcde90ab8b08e2187c38c59364 John Kristensen john@jerrykan.com 2016-06-27T14:18:49+10:00 2016-06-27T14:18:49+10:00
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
Regenerated run_tests.py script with python2.6 support http://hg.code.sf.net:8000/p/roundup/code/#changeset-91dcc0c40e8c335dd2e483897363b6a2f4dcbcbb John Kristensen john@jerrykan.com 2016-01-17T22:12:48+11:00 2016-01-17T22:12:48+11:00
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
Replace existing run_tests.py script with a pytest script http://hg.code.sf.net:8000/p/roundup/code/#changeset-380d8d8b30a3b0dca517fb242809703963a00588 John Kristensen john@jerrykan.com 2015-08-20T18:15:23+10:00 2015-08-20T18:15:23+10:00
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
Return error code if run_tests.py fails http://hg.code.sf.net:8000/p/roundup/code/#changeset-461def18244d11ecc4af908ad65f6b380ff71726 John Kristensen john@jerrykan.com 2015-02-08T00:35:41+11:00 2015-02-08T00:35:41+11:00
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
Python 2.3 workarounds cleanup http://hg.code.sf.net:8000/p/roundup/code/#changeset-4960a2c2159085e025f44ae9f65610e905d5da55 anatoly techtonik techtonik@gmail.com 2012-11-28T06:45:30+03:00 2012-11-28T06:45:30+03:00
changeset 4960a2c21590
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description Python 2.3 workarounds cleanup
files
Remove check_manifest test. http://hg.code.sf.net:8000/p/roundup/code/#changeset-2751074199b52478a3761af17ce92d6bd6067568 Stefan Seefeld stefan@seefeld.name 2009-02-27T16:09:36+00:00 2009-02-27T16:09:36+00:00
changeset 2751074199b5
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Remove check_manifest test.
files
Fix 'check_manifest()' import; Enable logging. http://hg.code.sf.net:8000/p/roundup/code/#changeset-25a6f93a17e1c36b77e82c13f935b70d58aee43f Stefan Seefeld stefan@seefeld.name 2009-02-24T13:33:14+00:00 2009-02-24T13:33:14+00:00
changeset 25a6f93a17e1
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Fix 'check_manifest()' import; Enable logging.
files
Fix issue2550493: hide 'hidden' files. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c8b0a23ba38dd45080b92babb5cfa3d49be64933 Stefan Seefeld stefan@seefeld.name 2009-02-09T17:47:12+00:00 2009-02-09T17:47:12+00:00
changeset c8b0a23ba38d
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Fix issue2550493: hide 'hidden' files.
files
Don't allow docstrings of test override the description printed for the test. http://hg.code.sf.net:8000/p/roundup/code/#changeset-1343ae27dde96637f2de0b3bfe4e15250e6659f1 Ralf Schlatterbeck schlatterbeck@users.sourceforge.net 2006-08-17T12:54:35+00:00 2006-08-17T12:54:35+00:00
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
some unit test fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-6fe75dcb0b34046ad0a158bfd0aaa68cc6b05c85 Richard Jones richard@users.sourceforge.net 2004-12-08T01:24:42+00:00 2004-12-08T01:24:42+00:00
changeset 6fe75dcb0b34
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description some unit test fixes
files
explicit version bleah http://hg.code.sf.net:8000/p/roundup/code/#changeset-0f0e0c9c6b699ebc8dc1f70c919544271b8511d7 Anthony Baxter anthonybaxter@users.sourceforge.net 2004-11-29T01:53:52+00:00 2004-11-29T01:53:52+00:00
changeset 0f0e0c9c6b69
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description explicit version bleah
files
check MANIFEST against the files actually unpacked http://hg.code.sf.net:8000/p/roundup/code/#changeset-3c38d9be63a62cabec9ec190fdad6cae948b2514 Richard Jones richard@users.sourceforge.net 2004-04-16T10:43:51+00:00 2004-04-16T10:43:51+00:00
changeset 3c38d9be63a6
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description check MANIFEST against the files actually unpacked
files
make mysql / postgresql work again. beginnings of otk/session store in rdbmses http://hg.code.sf.net:8000/p/roundup/code/#changeset-b1704ba7be41e73ebbe4b8baea54709997e3a2dc Richard Jones richard@users.sourceforge.net 2004-03-12T04:09:00+00:00 2004-03-12T04:09:00+00:00
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
Unittestgui changed their interface, they no longer support the minimal option. http://hg.code.sf.net:8000/p/roundup/code/#changeset-2996e168d3592318e6f5f197258dbe6973c6c59e Brian Kelley wc2so1@users.sourceforge.net 2004-03-01T20:06:08+00:00 2004-03-01T20:06:08+00:00
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
make this run under py2.1 http://hg.code.sf.net:8000/p/roundup/code/#changeset-f9e620befb43b4909c597cbb5325adc594dbbb89 Richard Jones richard@users.sourceforge.net 2003-11-02T08:43:22+00:00 2003-11-02T08:43:22+00:00
changeset f9e620befb43
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description make this run under py2.1
files
Backend improvements. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f63aa57386b0b2c50eb311d6b407a12e9b5e45db Richard Jones richard@users.sourceforge.net 2003-10-25T22:53:26+00:00 2003-10-25T22:53:26+00:00
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