diff --git a/HACKING.txt b/HACKING.txt index c910781..e6bb140 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -7,7 +7,8 @@ run_tests.sh script for it. pip install -e . ./run_tests.sh -To temporarily insert breakpoints for debugging: `from nose.tools import set_trace; set_trace()` +To temporarily insert breakpoints for debugging: `from nose.tools import set_trace; set_trace()`. +Or, if running tests, use `pytest.set_trace()`. Tests have requirements not installed by setup.py: diff --git a/NEWS.rst b/NEWS.rst index 63d196c..dce9388 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -169,4 +169,5 @@ Deleted Plugin import left behind in 0.2.2 ~~~~~ * Fixed .rst file location in MANIFEST.in -* Parse SQL comments in first line \ No newline at end of file +* Parse SQL comments in first line +* Bugfixes for DSN, `--close`, others \ No newline at end of file