diff --git a/Makefile b/Makefile index da7f5cf..45b5e54 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ lint: pytest: .venv/bin/pytest +assignment-0: + .venv/bin/pytest tests/htwgnlp/test_python_basics.py + assignment-1: .venv/bin/pytest tests/htwgnlp/test_preprocessing.py diff --git a/tests/htwgnlp/test_python_basics.py b/tests/htwgnlp/test_python_basics.py index 16e6348..c7df351 100644 --- a/tests/htwgnlp/test_python_basics.py +++ b/tests/htwgnlp/test_python_basics.py @@ -1,4 +1,6 @@ """Tests for `python_basics.py` module using pytest. + +This test file can be run using `make assignment-0` """ import os