Skip to content

birongit/stadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stadium

Build Status codecov

Run and Test

Commands to run and test the code, also used as pre-merge checks.

Run

The basic functionality can be executing by running the following test:

python test_game.py

Check

Using flake8 linting to check code format.

flake8 . --count --show-source --statistics

Test

Run all tests.

pytest

Code coverage

Coverage reports can be generated with xml or html output:

pytest --cov --cov-report=html .
pytest --cov --cov-report=xml .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages