Skip to content

Commit c1b3d58

Browse files
committed
Add module docstrings
1 parent 70a843c commit c1b3d58

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

β€Žtests/test_iotools.pyβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
"""Tests for `imcflibs.iotools`."""
32

43
import pytest
54
import zipfile

β€Žtests/test_pathtools.pyβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
"""Tests for `imcflibs.pathtools`."""
32

43
import pytest
54
from imcflibs.pathtools import parse_path

β€Žtests/test_strtools.pyβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
"""Tests for `imcflibs.strtools`."""
32

43
import pytest
54
import os

0 commit comments

Comments
Β (0)