LSSTDESC / Monitor

Extract light curves for time-variable cosmological objects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Replace nose with pytest as the testing engine? #36

Open rbiswas4 opened 8 years ago

rbiswas4 commented 8 years ago

LSST is migrating to py.test as the test runner rather than unittest. Like nose, which we have been using in Twinkles and Monitor, py.test will work with tests written in the unittest framework as well. I think this is an attractive option, because of

So, I think we have two things to get done