5 lines
101 B
Bash
5 lines
101 B
Bash
|
#!/bin/bash
|
||
|
python3 -m doctest bisect_demo.py
|
||
|
python3 -m doctest metro_lat_long.py
|
||
|
pytest -q --nbval
|