Skip to content

Commit 06e8dba

Browse files
committed
Add README to tests.
1 parent 588442e commit 06e8dba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/py/tests/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- test_public_api.py does render tests of renderers in __init__.py
2+
- it does not parametrize
3+
- test_init.py tests that wrappers are proper and pass args/kwargs
4+
- it does parameterize
5+
- test_kaleido tests the substantial parts of kaleido and its returns
6+
- it has incomplete parameterizing
7+
8+
9+
10+
Parameterizing actual renders would be a huge burden, but integration tests
11+
with mocks test it more completely

0 commit comments

Comments
 (0)