Skip to content

Commit bc6e209

Browse files
committed
test(doctest): Example config fixture
1 parent 80104ab commit bc6e209

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tmuxp/config.py

Lines changed: 5 additions & 0 deletions
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+
>>> in_cwd()
107+
['.tmuxp.yaml', '.tmuxp.json']
103108
"""
104109
configs = []
105110

0 commit comments

Comments
 (0)