summaryrefslogtreecommitdiff
path: root/tests/test_notify.py
Commit message (Expand)AuthorAgeFilesLines
* Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-131-3/+3
* Use relative imports throughout testsJon Dufresne2017-12-101-2/+2
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+1
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+1
* | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-011-3/+3
|/
* Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+1
* Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+8
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-5/+5
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-0/+22
* Testing external script independent from psycopg implementationDaniele Varrazzo2013-04-191-5/+6
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-9/+2
* Tweaks to test timing to avoid errors on test VMsDaniele Varrazzo2011-02-201-3/+3
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
* | Fixed notification tests to run on Py3.Daniele Varrazzo2010-12-311-1/+2
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-8/+4
|/
* Add a small delay to receive notification when testing on busy network.Daniele Varrazzo2010-11-191-0/+3
* Test cleanup.Daniele Varrazzo2010-11-191-4/+2
* Fixed tests to run on Windows.Daniele Varrazzo2010-11-111-1/+2
* The Notify type is hashable.Daniele Varrazzo2010-11-051-0/+5
* Payload default is the empty string.Daniele Varrazzo2010-11-051-1/+1
* Added comparison between Notify objects and Notify or tuple.Daniele Varrazzo2010-11-051-0/+16
* Notify object exposed in the extensions module.Daniele Varrazzo2010-11-051-0/+23
* Adding Notify object with payload.Daniele Varrazzo2010-11-051-3/+36
* Check the correctness of the PID in the notify tests.Daniele Varrazzo2010-11-051-8/+15
* More lenient test timeout for a slow (or busy) machine.Daniele Varrazzo2010-04-231-2/+2
* Notifications are automatically read after each query.Daniele Varrazzo2010-04-211-0/+100