We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588442e commit 06e8dbaCopy full SHA for 06e8dba
src/py/tests/README.md
@@ -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