Skip to content

SrGesus/iart-proj-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iart-proj-tester

Unit tests for artificial intelligence project

Instalation

Clone the repository and install pytest

git clone https://github.com/SrGesus/iart-proj-tester
cd iart-proj-tester
pip install -r requirements.txt

Configure the variables to match your setup

# Test will abort after timeout seconds
timeout = 10
# Path to tests folder
tests_path = "./tests/"
# Path to python script
python_path = "../IArt-PipesMania/pipe.py"

Running

Use pytests to run the tests, e.g:

python -m pytest --durations=0

About

Unit tests for artificial intelligence project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages