CHANGES
=======

0.2.6
-----

* Fix test_no_expected_port_timeout failing if port 9999 is used

0.2.5
-----

* Disable journaling in MongoDB
* Use the default 15 seconds timeout in MongoDB tests

0.2.4
-----

* Set minUptime correctly in ServiceIntegrationTest.test_non_executable_command

0.2.3
-----

* Fix flaky ServiceIntegrationTest.test_hung test

0.2.2
-----

* In Python 3, pass mongodb arguments as bytes not unicode
* Add link to documentation in README (#3)

0.2.1
-----

* Exclude .travis.yml from release files
* Add MongoDB fixture
* Add Phantomjs fixture
* Add Service fixture (#3)

0.1.5
-----

* Add travis and tox configuration
* Switch to PBR
* [r=cjwatson] Add basic sphinx documentation
* [r=allenap] Attach the log using addDetail() instead of as an exception message
* [r=bigjools] Remove spurious copy of get_pid_from_file() from txfixtures.tachandler
* Use super() to call up
* Attach the log using addDetail() instead of as an exception message
* Update ignores
* Fix lint
* Remove get_pid_from_file() from tachandler.py

0.1.4
-----

* Release 0.1.4
* twistd can't be invoked as a module; explain some more failure cases

0.1.3
-----

* Add more pypi metadata
* Don't use PYTHONWARNINGS which only exists in python>=2.7
* rm dead code
* Don't use relative imports, so we can cope with Python2.4
* Rename TacTestSetup to TacTestFixture

0.1.1
-----

* Declare Python dependencies
* Fix Trove licence classification
* Add distutils setup.py
* txfixtures split out from lp and all tests are passing
