1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
CHANGES
=======
0.6.7
-----
* Make use of cwd in wget (#6)
0.6.6
-----
* Make wget works with no output argument (#5)
* Add new timestamping flag to wget (#3)
* Add Python 3.6 to the test matrix
* Add more functions to be mocked by FakeFilesystem: (#1)
0.6.5
-----
* Move repository to github.com/testing-cabal, update pointers accordingly
0.6.4
-----
* Support os.rename in FakeFilesystem
0.6.3
-----
* Add FakeExecutable.log method and include timestamps in test\_listen
0.6.2
-----
* Add a mailmap file for unique AUTHORS entries
* Add logging to FakeExecutable.hang()
* Point the README to Read the Docs
* Streamline development process
* Make the FakeExecutableTest.test\_listen test more robust
0.6.1
-----
* Fix flakiness in FakeExecutable tests
0.6.0
-----
* Add FakeExecutable fixture for creating a Python script that behaves like some real executable
0.5.1
-----
* Add new FakeThreads fixture
* Add FakeTime.reset method, as convenient passthrough to fakesleep.reset
0.4.3
-----
* Add documentation about filing issues
0.4.2
-----
* Add a section in the README pointing to the GitHub project
* Fix unit tests failures when running as root
0.4.1
-----
* Don't include .travis.yml in the tarball
0.4.0
-----
* Initial release
|