Move the examples into tests

This commit is contained in:
John Doty 2024-06-15 12:23:36 -07:00
parent e04aa1966e
commit f6bc2ccea8
2 changed files with 181 additions and 141 deletions

View file

@ -1,3 +1,7 @@
# The first test just makes sure we don't have any particular dependencies at
# all, so it can be dropped into a random unrelated project for build
# purposes.
.PHONY: test
test:
python3 ./parser/parser.py
pdm run pytest