jnfrye / local_plants_book

MIT License
0 stars 0 forks source link

Implement unit testing #11

Open jnfrye opened 7 years ago

jnfrye commented 7 years ago

Currently, there are no unit tests, as the code is mostly composed of scripts. As I refactor and clean the code, I will add unit tests where I can.

When I add unit tests, I'm going to have module-specific tests placed in a <module name>_test.py file in the same folder as the module. Unit tests that involve multiple modules will go in the tests/ folder.

Here is the to-do list: