summaryrefslogtreecommitdiffstats
path: root/testing/test_providers.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_providers.py')
-rw-r--r--testing/test_providers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/test_providers.py b/testing/test_providers.py
index cd82fe7c..73b75f5d 100644
--- a/testing/test_providers.py
+++ b/testing/test_providers.py
@@ -36,6 +36,7 @@ def get_providers() -> list[type[BaseProvider]]:
provider_names = dir(Provider)
ignore_names = [
"annotations",
+ "helper",
"base_provider",
"retry_provider",
"BaseProvider",