Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/debugging.txt Fri Jan 15 16:34:30 2021 -0500 +++ b/doc/debugging.txt Sat Feb 06 20:15:26 2021 -0500 @@ -7,7 +7,7 @@ 1. If you're testing the database unit tests, then set the environment variable ``LOGGING_LEVEL=DEBUG``. This may be done like so: - LOGGING_LEVEL=DEBUG python run_tests.py + LOGGING_LEVEL=DEBUG python -m pytest test/ This variable replaces the older HYPERDBDEBUG environment var.
