Skip to content

Commit

Permalink
build: forgor to add pytest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Prokhorikhin committed May 4, 2024
1 parent 22e5590 commit bffeb32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bffeb32

Please sign in to comment.