You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Aleksey Zubakov c2c348262e Code of seminar dedicated to testing and debugging 2 years ago
..
merge Code of seminar dedicated to testing and debugging 2 years ago
tests Code of seminar dedicated to testing and debugging 2 years ago
README.md Code of seminar dedicated to testing and debugging 2 years ago

README.md

Что здесь лежит?

  • в директории merge -- типизированный код с реализацией сортировки слиянием;
  • в директории tests -- соответственно, тесты;

Как запускать?

Желательно установить mypy или даже pyright и проверять типизацию ими перед запусками:

$ mypy --install-types --show-error-codes --pretty .

Выясните самостоятельно: что делают флаги --install-types, --show-error-codes, --pretty?

Для запуска тестов:

$ python -m unittest discover -v tests/