ch01: automated tests

This commit is contained in:
Luciano Ramalho
2019-11-20 19:46:31 -03:00
parent d5be725318
commit 64e8bdcd79
5 changed files with 64 additions and 6 deletions

4
01-data-model/test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
python3 -m doctest frenchdeck.doctest
python3 -m doctest vector2d.py
pytest -q --nbval