Closed dgou closed 5 years ago
Looking at the test code, the "expected values" does not match the ordering in scan_tree
.
I'm not sure if the right thing to do is make the test code grunge around in the scan_tree output and sort it, or sort the results inside of scan_tree itself. It's too late and too long since I looked around that code, but I"m raising the issue so I can get it out of my brain.
@dgou Can this issue be closed with the merge of #6?
Agree, #6 fixed this.
This is under Ubuntu 18.04.2 LTS Python 3.7.3 Testing latest master, commit:
After running
env_setup.py
,self_check.py
, I ranrun_tests.py
and got these two failures:___ test_scan_tree_private ___
tree = PosixPath('/tmp/pytest-of-dwp/pytest-0/root0')
tests/test_files.py:155: AssertionError ___ test_scan_tree_exclude ___
tree = PosixPath('/tmp/pytest-of-dwp/pytest-0/root0')
tests/test_files.py:163: AssertionError