summaryrefslogtreecommitdiff
path: root/importers/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'importers/conftest.py')
-rw-r--r--importers/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/importers/conftest.py b/importers/conftest.py
new file mode 100644
index 0000000..a763223
--- /dev/null
+++ b/importers/conftest.py
@@ -0,0 +1,2 @@
+# This adds the --generate option.
+pytest_plugins = "beancount.ingest.regression_pytest"