summaryrefslogtreecommitdiffstats
path: root/third_party/python/mozilla_repo_urls/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/python/mozilla_repo_urls/test/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/python/mozilla_repo_urls/test/__init__.py b/third_party/python/mozilla_repo_urls/test/__init__.py
new file mode 100644
index 0000000000..8010adcb1c
--- /dev/null
+++ b/third_party/python/mozilla_repo_urls/test/__init__.py
@@ -0,0 +1,6 @@
+from contextlib import contextmanager
+
+
+@contextmanager
+def does_not_raise():
+ yield