Start user-engine implementation scaffold
This commit is contained in:
parent
e618b4e286
commit
58d9de26d3
14 changed files with 763 additions and 7 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.PHONY: test
|
||||
|
||||
PYTHON ?= python3
|
||||
|
||||
test:
|
||||
PYTHONPATH=src $(PYTHON) -m unittest discover -s tests -p 'test_*.py'
|
||||
Loading…
Add table
Add a link
Reference in a new issue