Mercurial > p > roundup > code
diff test/db_test_base.py @ 6297:a635a60ffb84
Remove standalone pytest run_tests.py bundle
Newer pytest doesn't support generating stand alone testing
bundles. Python 3.9 generates errors running the current run_tests.py.
Changed doc to use pythonX -m pytest test/ and some light directions
on how to install pytest.
Thanks to jerrykan for recommendations on how to do the doc updates.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 20 Dec 2020 11:08:57 -0500 |
| parents | b14359503b49 |
| children | 778a9f455067 |
line wrap: on
line diff
--- a/test/db_test_base.py Mon Dec 14 21:25:56 2020 -0500 +++ b/test/db_test_base.py Sun Dec 20 11:08:57 2020 -0500 @@ -1044,7 +1044,7 @@ #print l ## change 'roundup.hyperdb' to the logging name you want to capture. ## print l just prints the output. Run using: - ## ./run_tests.py --capture=no -k testQuietJournal test/test_anydbm.py + ## python -m pytest --capture=no -k testQuietJournal test/test_anydbm.py # FIXME There should be a test via # template.py::_HTMLItem::history() and verify the output.
