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 0a61a46 commit 45b96d9Copy full SHA for 45b96d9
1 file changed
src/py/tests/README.md
@@ -1,3 +1,6 @@
1
+
2
+To clarify three similar test files:
3
4
- test_public_api.py does render tests of renderers in __init__.py
5
- it does not parametrize
6
- test_init.py tests that wrappers are proper and pass args/kwargs
@@ -7,5 +10,5 @@
7
10
8
11
9
12
-Parameterizing actual renders would be a huge burden, but integration tests
-with mocks test it more completely
13
+Parameterizing actual renders would be a huge burden, so integration tests
14
+with mocks are currently the most complete tests.
0 commit comments