Closed mattkatz closed 4 years ago
In deep directory trees I may want to put in a file prefix like "test_{name}.py" for nest\deep.py I expect: nest\test_deep.py but I get test_nest\deep.py
nest\deep.py
nest\test_deep.py
test_nest\deep.py
Resolved in #9.
In deep directory trees I may want to put in a file prefix like "test_{name}.py" for
nest\deep.py
I expect:nest\test_deep.py
but I gettest_nest\deep.py