Move the examples into tests
This commit is contained in:
parent
e04aa1966e
commit
f6bc2ccea8
2 changed files with 181 additions and 141 deletions
4
makefile
4
makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue