samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[Feature] Testing environment automatically uses a different file #6

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

While there is a testing environment setup, currently it reads from the same data. I should add a flag in fileio.py to use a different list name by default whenever I'm in the testing environment.

Also in general, the application needs to be aware of whether or not it is running from the test environment