Skip to content

Files

Latest commit

Oct 9, 2019
fbfe2aa · Oct 9, 2019

History

History
This branch is 238 commits behind klebgenomics/Kleborate:main.

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 23, 2019
Oct 7, 2019
Oct 9, 2019
Nov 29, 2017
Jul 25, 2019
Oct 8, 2019
Mar 20, 2019
Oct 8, 2019
Jun 3, 2019
May 7, 2019
May 7, 2019
May 7, 2019
Jun 3, 2019
Sep 12, 2019
Sep 3, 2019

Kleborate tests

Kleborate comes with a few automated tests to help with development and spotting bugs. Most users don't need to worry about these, but you're welcome to run the tests if you want!

To run the tests, first navigate to Kleborate's root directory (i.e the directory you made when cloning it from GitHub which contains kleborate-runner.py).

If you have pytest installed, you can use it to run the tests:

cd Kleborate
python3 -m pytest

Otherwise, the tests can be run using Python's built-in unit testing framework:

cd Kleborate
python3 -m unittest