cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 198 forks source link

How to run the tests ? #91

Closed kermorvant closed 7 years ago

kermorvant commented 9 years ago

Hi,

How to run the tests in sloth/tests ?

thank you,

Chris

oolongtea commented 8 years ago

While in the root sloth directory, the following will run the tests:

$ py.test

You can install pytest via pip: pip install pytest.

nilsonholger commented 7 years ago

@oolongtea pretty much said everything necessary, thank you!