ansermak / jukovina

jukovina
0 stars 0 forks source link

unittests #4

Open lisfer opened 9 years ago

lisfer commented 9 years ago

tests lies in app/tests directory. Files should be named like test_*.py. To work with one testfile you need copy and modify <name=='main'> block. Test methods should be named like test<...> to run only one test use command: python -m app.test.

from jukovina directory

to run all test:

./tests.py