File: ChangeLog

package info (click to toggle)
systemfixtures 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 324 kB
  • sloc: python: 808; makefile: 219; sh: 2
file content (58 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (2)
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
CHANGES
=======

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