ctn-waterloo / best-practices

Tools and techniques for modelling, prototyping, analyzing, and writing
MIT License
9 stars 2 forks source link

Unit testing #6

Open Seanny123 opened 8 years ago

Seanny123 commented 8 years ago

In a lot of my projects I have to do some data pre-processing or I need to make an environment node, which lends itself well to unit-testing. Would it be useful to cover how to setup unit-testing with pytest?

Seanny123 commented 8 years ago

Now that I've made the basic notebook, here's what I need to fix: