5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
python3 -m doctest frenchdeck.doctest
|
|
python3 -m doctest vector2d.py
|
|
pytest -q --nbval
|