Skip to content

Commit

Permalink
unit test docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Oct 13, 2020
1 parent c2e28bc commit ede2387
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unittests/dataset_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
FiftyOne dataset related unit tests.
"""
import gc
import unittest

Expand Down
3 changes: 3 additions & 0 deletions tests/unittests/sample_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
FiftyOne sample related unit tests.
"""
import datetime
import os
import unittest
Expand Down
3 changes: 3 additions & 0 deletions tests/unittests/synchronization_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
FiftyOne synchronization related unit tests.
"""
import os
import unittest

Expand Down
3 changes: 3 additions & 0 deletions tests/unittests/utils_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
FiftyOne utilities unit tests.
"""
import unittest

from mongoengine.errors import ValidationError
Expand Down
3 changes: 3 additions & 0 deletions tests/unittests/view_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
FiftyOne view related unit tests.
"""
import math
import unittest

Expand Down

0 comments on commit ede2387

Please sign in to comment.