добавил readme файл. Поясняет как запускать тесты

This commit is contained in:
Rustam Zaitov 2013-10-28 00:00:56 +04:00
parent 67258180fc
commit a4c33221bf
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Запуск всех тестов
python -m unittest discover -s UnitTests/
Запуск части тестов
python -m unittest discover -s UnitTests/CopyParser/