Nested dictionary and set datastructure
Currently only supports leaf nodes as sets.
Not supported: "A/B/C.txt" "A/D.txt"
Tested with Python 3.9.
pip install -r requirements_dev.txtRun tests with pytest directly:
pytest .If no tests are showing up in Test Explorer in Visual Studio Code:
- Ctrl + Shift + P
- Python: Configure Tests
- Select pytest.