http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/doc/debugging.txt Mercurial Repository: p/roundup/code: doc/debugging.txt history 2020-12-20T11:08:57-05:00 Remove standalone pytest run_tests.py bundle http://hg.code.sf.net:8000/p/roundup/code/#changeset-a635a60ffb846fb2d71ba37865e6d89c45de696a John Rouillard rouilj@ieee.org 2020-12-20T11:08:57-05:00 2020-12-20T11:08:57-05:00
changeset a635a60ffb84
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description 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.
files
Small documentation update regarding debugging aids: http://hg.code.sf.net:8000/p/roundup/code/#changeset-b6f1aaba4827eb0507080916f9800a9400bf4d90 Bernhard Reiter Bernhard.Reiter@intevation.de 2010-05-10T07:08:11+00:00 2010-05-10T07:08:11+00:00
changeset b6f1aaba4827
branch
bookmark
tag
user Bernhard Reiter <Bernhard.Reiter@intevation.de>
description Small documentation update regarding debugging aids:

- doc/debugging.txt: removed HYPERDBDEBUG and HYPERDBTRACE and
replaced it with the text for SENDMAILDEBUG from doc/developers.txt.
A short code inspection showed that to be correct.
- refered to debugging.txt from developers.txt to have one unique place
for documenting debugging aids.
- Clarified for SENDMAILDEBUG that no email will be send if it is set.
files
make the RDBMS common backend and the SQLite and MYsql backend create... http://hg.code.sf.net:8000/p/roundup/code/#changeset-94e430ad4fdb14f5042aaed009fae02d4cde7fa6 Anthony Baxter anthonybaxter@users.sourceforge.net 2003-10-07T07:17:54+00:00 2003-10-07T07:17:54+00:00
changeset 94e430ad4fdb
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description make the RDBMS common backend and the SQLite and MYsql backend create...

...and drop indexes for the basic columns - index multilinks, index id and
retired columns of all class tables.
files