ch02: automated tests

This commit is contained in:
Luciano Ramalho
2019-11-20 20:19:50 -03:00
parent 64e8bdcd79
commit 8a1b6fe145
6 changed files with 299 additions and 201 deletions

4
02-array-seq/test.sh Executable file
View File

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