Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 484 Bytes

List of Dictionaries with integrers and strings Transformation solutions.

Project structure

Root directory | | dictionary |__ src | |__ init.py | |__ dict_map.py |__ tests |__ init.py |__ test_dict_map.py

Project Details

  1. Python version: Python 3.10.5
  2. Python Test Framework: unittest

Project test from CLI

Current working directory in CLI before running commands: dictionary

  1. Command: python -m unittest discover -s tests -p "test_*" -v