Brisinger / dictionary

Understanding Transformation and operations on List containing dictionaries with integers and strings. Implements string manipulation contained within mutable list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Understanding Transformation and operations on List containing dictionaries with integers and strings. Implements string manipulation contained within mutable list.


Languages

Language:Python 100.0%