Root directory | | dictionary |__ src | |__ init.py | |__ dict_map.py |__ tests |__ init.py |__ test_dict_map.py
- Python version: Python 3.10.5
- Python Test Framework: unittest
Current working directory in CLI before running commands: dictionary
- Command: python -m unittest discover -s tests -p "test_*" -v