chore: update Makefile and requirements for testing

- Added 'tests' directory to check_dirs in Makefile for better organization.
- Included 'pytest' in requirements.txt to facilitate unit testing.
main
thinhlpg 1 month ago
parent 90b45c62ab
commit 908768458c

@ -3,7 +3,7 @@
# make sure to test the local checkout in scripts and not the pre-installed one
export PYTHONPATH = src
check_dirs := . src notebooks scripts
check_dirs := . src notebooks scripts tests
# Development dependencies
install:

@ -15,3 +15,4 @@ python-dotenv
loguru
gradio
tensorboard
pytest
Loading…
Cancel
Save