We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6761a6d commit 83e0e4bCopy full SHA for 83e0e4b
CHANGES
@@ -12,6 +12,16 @@ $ pip install --user --upgrade --pre libtmux
12
13
- _Insert changes/features/fixes for next release here_
14
15
+### Tests and docs
16
+
17
+- Initial [doctests] examples stubbed out {issue}`#394`
18
19
+ [doctests]: https://docs.python.org/3/library/doctest.html
20
21
+- Fix bug in `temp_window()` context manager, {issue}`#394`
22
+- Pytest configuration `conftest.py` moved to `libtmux/conftest.py`, so doctest can
23
+ detect the fixtures {issue}`#394`
24
25
## libtmux 0.13.0 (2022-08-05)
26
27
### What's new
0 commit comments