Skip to content

weltitob/kniffel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kniffel fork (some tests missing)

Used Software Versions

  • Python 3.10.2
  • Pylint 2.13.5

Used Libraries

  • Pickle
  • Hashlib
  • Hmac
  • Pytest
  • Pytest-cov

Programmablaufplan

image

Pytest

Install Pytest

pip install pytest

Install Pytest-Cov

pip install pytest-cov

Run all tests with:

pytest

Run tests for one file:

pytest tests/"filename"

Run tests with coverage:

pytest --cov src

Run tests and save coverage to html files:

pytest --cov src --cov-report=html

About

kniffel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages