Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed May 30, 2024
1 parent 9bd123c commit d7a8a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_anglerfish/test_demux/test_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ def test_load_adaptors():


class TestAdaptorPart:
"""Explicit combinatorial testing, ugly but effective and readable."""
"""Explicit combinatorial testing, ugly but effective and readable.
Here-in are contained test cases for a variety of instantiated AdaptorPart objects.
All attributes and methods are tested for correctness.
"""

def test_simple(self):
adaptor_part = to_test.AdaptorPart(
Expand Down

0 comments on commit d7a8a14

Please sign in to comment.