Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FiftyOne Tests

FiftyOne currently uses both unittest and pytest to implement its tests.

Tests do exist, but their coverage generally needs improvement...

Contents

File Description
db_conn_test.py Tests connection to the MongoDB database
unittests.py Unit tests checking expected behavior of fiftyone
benchmarking/*.py Tests related to benchmarking the performance of FiftyOne
import_export/*.py Tests for importing/exporting datasets
isolated/*.py Tests that must be run in a separate pytest process to avoid interfering with other tests

Running a test

To run a test, simply run python <name-of-file>.py

Copyright

Copyright 2017-2020, Voxel51, Inc.
voxel51.com