Eanilsen / RPGHelper

Dungeon Helper
MIT License
0 stars 0 forks source link

Nose2 testing framework #6

Closed Eanilsen closed 8 years ago

Eanilsen commented 8 years ago

What do you guys think about implementing nose2 as a testing framework? It took over for nose when that got deprecated. Travis CI needs a testing framework to work and I think nose2, and even the old nose to be honest, will be the right tool for the job.

Jeyloh commented 8 years ago

I support the usage of nose/nose2 as testing framework for github Travis C. As I understand, we'll add test files under directory 'tests' named "test_ui_controller". Cheers

simenfuglestad commented 8 years ago

Considering already existing tests supplied with kivy, I suggest we go for nose.

Jorghg commented 8 years ago

y

jondam93 commented 8 years ago

Looks good!

Eanilsen commented 8 years ago

I think we will go with the old nose because of the already existing integration with both kivy and Travis CI.