Product is mature enough for a proper test suite. 1. add 'tests' folder 2. move pure functions (no side effects) to chr_utils.py 3. cover chr_utils first 4. ... 5. add more tests
Product is mature enough for a proper test suite.