Skip to content

Commit c2bb497

Browse files
committed
test(doctest): Example config fixture
1 parent 417e6f8 commit c2bb497

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tmuxp/config.py

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ def in_cwd():
100100
-------
101101
list
102102
configs in current working directory
103+
104+
Examples
105+
--------
106+
>>> set(in_cwd())
107+
{'.tmuxp.yaml', '.tmuxp.json'}
103108
"""
104109
configs = []
105110

0 commit comments

Comments
 (0)