This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
user-engine/Makefile

7 lines
110 B
Makefile

.PHONY: test
PYTHON ?= python3
test:
PYTHONPATH=src $(PYTHON) -m unittest discover -s tests -p 'test_*.py'