Skip to content

Commit aceff98

Browse files
committed
DOC: add module docstrings to test scripts
and rephrase existing module docstrings.
1 parent 70269c9 commit aceff98

File tree

8 files changed

+8
-3
lines changed

8 files changed

+8
-3
lines changed

tests/autoref_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests of the module `dd.autoref`."""
12
import logging
23

34
from dd import autoref as _bdd

tests/bdd_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests of the module `dd.bdd`."""
12
import logging
23
import os
34

tests/copy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test module `dd._copy`."""
1+
"""Tests of the module `dd._copy`."""
22
from dd import autoref
33
from dd import cudd
44
from dd import _copy

tests/cudd_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests of the module `dd.cudd`."""
12
import logging
23

34
from dd import cudd

tests/cudd_zdd_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tests for `dd.cudd_zdd`."""
1+
"""Tests of the module `dd.cudd_zdd`."""
22
import os
33

44
from dd import cudd

tests/dddmp_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests of the module `dd.dddmp`."""
12
import logging
23
import os
34

tests/mdd_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test multi-valued decision diagrams."""
1+
"""Tests of the module `dd.mdd`."""
22
import logging
33
import dd.mdd
44

tests/sylvan_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests of the module `dd.sylvan`."""
12
import logging
23
from dd import sylvan
34

0 commit comments

Comments
 (0)