Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: conftest/conftest.py

Issue 29940559: Issue 7112 - Add centralised conftest (Closed)
Patch Set: Created Nov. 8, 2018, 7:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « conftest/__init__.py ('k') | conftest/sitescripts/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: conftest/conftest.py
diff --git a/conftest/conftest.py b/conftest/conftest.py
new file mode 100644
index 0000000000000000000000000000000000000000..f0358199d769ec93d1e50c4824e3b59e7e6340e4
--- /dev/null
+++ b/conftest/conftest.py
@@ -0,0 +1,5 @@
+import pytest
+
+pytest_plugins = [
+ 'conftest.sitescripts.extensions',
+]
« no previous file with comments | « conftest/__init__.py ('k') | conftest/sitescripts/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld