Unittests for file system globbing
Closed this issue · 0 comments
facelessuser commented
Most likely will start with the built in Python's test cases as I believe we shouldn't be deviating from that. Most of the more advanced features are already being exercised. We are mainly trying to catch things like **
properly globs in the current directory and also continues to sub directories. Windows drives are handled sanely, things like that.