Skip to content

Commit

Permalink
DOC: add module docstrings to test scripts
Browse files Browse the repository at this point in the history
and rephrase existing module docstrings.
  • Loading branch information
johnyf committed Jan 11, 2022
1 parent 70269c9 commit aceff98
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/autoref_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Tests of the module `dd.autoref`."""
import logging

from dd import autoref as _bdd
Expand Down
1 change: 1 addition & 0 deletions tests/bdd_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Tests of the module `dd.bdd`."""
import logging
import os

Expand Down
2 changes: 1 addition & 1 deletion tests/copy_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test module `dd._copy`."""
"""Tests of the module `dd._copy`."""
from dd import autoref
from dd import cudd
from dd import _copy
Expand Down
1 change: 1 addition & 0 deletions tests/cudd_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Tests of the module `dd.cudd`."""
import logging

from dd import cudd
Expand Down
2 changes: 1 addition & 1 deletion tests/cudd_zdd_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests for `dd.cudd_zdd`."""
"""Tests of the module `dd.cudd_zdd`."""
import os

from dd import cudd
Expand Down
1 change: 1 addition & 0 deletions tests/dddmp_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Tests of the module `dd.dddmp`."""
import logging
import os

Expand Down
2 changes: 1 addition & 1 deletion tests/mdd_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test multi-valued decision diagrams."""
"""Tests of the module `dd.mdd`."""
import logging
import dd.mdd

Expand Down
1 change: 1 addition & 0 deletions tests/sylvan_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Tests of the module `dd.sylvan`."""
import logging
from dd import sylvan

Expand Down

0 comments on commit aceff98

Please sign in to comment.