Skip to content

Commit 588442e

Browse files
committed
Add comment to __init__.
1 parent 0820b0b commit 588442e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/py/tests/test_init.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
import kaleido
88

9-
# Pretty complicated for basically testing a bunch of wrappers,
10-
# but it works. Integration tests seem more important.
11-
# I much prefer the public_api file, this set of tests can be considered
12-
# for deletion.
9+
# Just tests wrapping, but in a way tests internals.
10+
# These are better done as part of integration tests.
1311

1412

1513
@pytest.fixture

0 commit comments

Comments
 (0)