From bffeb320b91e817039c80d63f6e42b9f661cf200 Mon Sep 17 00:00:00 2001 From: Eduard Prokhorikhin Date: Sat, 4 May 2024 13:48:36 +0200 Subject: [PATCH] build: forgor to add pytest stuff --- README.md | 8 ++++++++ requirements.txt | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index aa2658d..662f3f9 100755 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ To train the genetic agent, run the following command: python main.py train ``` +## Testing + +To run the test suite, run the following command from the root directory of the project: + +```bash +python -m pytest +``` + ## Team The team behind this project is a group of students at NTNU in Trondheim, Norway, developed during the spring semester of 2024. The team consists of: diff --git a/requirements.txt b/requirements.txt index 9c846b2..9ee3940 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,6 @@ +iniconfig==2.0.0 numpy==1.26.4 +packaging==24.0 +pluggy==1.5.0 pygame==2.5.2 +pytest==8.2.0