comparison doc/debugging.txt @ 6325:1a15089c2e49 issue2550923_computed_property

Merge trunk into branch
author John Rouillard <rouilj@ieee.org>
date Sat, 06 Feb 2021 20:15:26 -0500
parents a635a60ffb84
children
comparison
equal deleted inserted replaced
6319:20e77c3ce6f6 6325:1a15089c2e49
5 of ways, depending on what it is you're testing: 5 of ways, depending on what it is you're testing:
6 6
7 1. If you're testing the database unit tests, then set the environment 7 1. If you're testing the database unit tests, then set the environment
8 variable ``LOGGING_LEVEL=DEBUG``. This may be done like so: 8 variable ``LOGGING_LEVEL=DEBUG``. This may be done like so:
9 9
10 LOGGING_LEVEL=DEBUG python run_tests.py 10 LOGGING_LEVEL=DEBUG python -m pytest test/
11 11
12 This variable replaces the older HYPERDBDEBUG environment var. 12 This variable replaces the older HYPERDBDEBUG environment var.
13 13
14 2. If you're testing a particular tracker, then set the logging level in 14 2. If you're testing a particular tracker, then set the logging level in
15 your tracker's ``config.ini``. 15 your tracker's ``config.ini``.

Roundup Issue Tracker: http://roundup-tracker.org/