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 a4a56dc commit 668de81Copy full SHA for 668de81
tests/test_unit_test_discovery.py
@@ -1349,8 +1349,7 @@ def test_target():
1349
"""
1350
test_file.write_text(test_content)
1351
1352
- # Looking for transform but code uses validate
1353
- # Our fix conservatively includes when class is imported
+ # Looking for transform but code uses validate - should not match
1354
target_functions = {"GoogleJsonSchemaTransformer.transform"}
1355
should_process = analyze_imports_in_test_file(test_file, target_functions)
1356
0 commit comments