AguaClara / aide_design_specs

MIT License
0 stars 2 forks source link

Write unit tests for parse.py #30

Closed fletchapin closed 3 years ago

fletchapin commented 3 years ago

Much of our code is difficult to test because you have to build the documentation and review it by eye, but we should write unit tests for the functions in parse.py which modify files and correctly handle units. This will ensure that there are no regressions as we add more functionality