sitron / lst

3 stars 3 forks source link

UnitTest framework will be welcome #10

Closed jeanmonod closed 11 years ago

jeanmonod commented 11 years ago

In order to test bug fix and small enhancement, a unit test framework + a travis CI config will be welcome. What's the reference lib in python for unit testing? Who wants to install it?

sitron commented 11 years ago

@jeanmonod there already are some tests (using unittest). will add a wiki page on how to contribute

sitron commented 11 years ago

@jeanmonod added a Contribute section to brand new wiki: https://github.com/sitron/lst/wiki

jeanmonod commented 11 years ago

OK, great, testing is working but only in the dev branch. Can you merge dev into master so, it will be easier to start contributing for anybody?

sitron commented 11 years ago

did you fetch the last version? it should be ok on master too

jeanmonod commented 11 years ago

OK, sorry, now everything is ok on master! Ready to contribue!