summaryrefslogtreecommitdiff
path: root/test/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Add codec validators to record parser and builder for all formats (#1447)Taras2018-04-181-1/+1
|
* Add BrokerConnection.connect_blocking() (#1411)Dana Powers2018-03-091-0/+1
|
* Introduce new fixtures to prepare for migration to pytest.Andre Araujo2018-02-211-17/+96
| | | | | | | This commits adds new pytest fixtures in prepation for the migration of unittest.TestCases to pytest test cases. The handling of temporary dir creation was also changed so that we can use the pytest tmpdir fixture after the migration.
* Update pytest fixtures to new yield syntax (#919)Jeff Widman2017-01-111-8/+4
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Update conn fixture to check for HANDSHAKE stateDana Powers2016-04-091-1/+2
|
* Add BrokerConnection.disconnected() method; update testsDana Powers2016-04-081-2/+7
|
* Consolidate conn fixture definitionsDana Powers2016-04-071-0/+19
|
* Move pytest broker/zk fixtures to test.conftestDana Powers2016-01-241-0/+33