Skip to content

Commit 60b9ba6

Browse files
committed
Add missing test module docstring
1 parent ef17036 commit 60b9ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dataset_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #
66
######################################################################################
7+
"""Test the expected behavior of the Dataset class"""
78
import os
89
import shutil
910
import unittest

0 commit comments

Comments
 (0)