diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-03-09 18:00:53 +0100 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-03-09 21:25:57 +0100 |
commit | bc6eaeb0a9f97f1dbdd026d85c69cd364160112b (patch) | |
tree | 588150847588efc0f2b16588d96e21b66b878ef6 /pytest.ini | |
parent | Merge pull request #1202 from mabashian/modularize-job-templates (diff) | |
download | awx-bc6eaeb0a9f97f1dbdd026d85c69cd364160112b.tar.xz awx-bc6eaeb0a9f97f1dbdd026d85c69cd364160112b.zip |
migrate data from mongo to postgres
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 338e91c932..3e3f145d85 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,3 +7,4 @@ addopts = --reuse-db markers = ac: access control test license_feature: ensure license features are accessible or not depending on license + mongo_db: drop mongodb test database before test runs |