mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
7ffe46fc74
* awx.main.models Fact added * view host fact and timeline updated to use new Postgres Fact model instead of Mongo * Removed license set start Mongo logic * added View tests * added Model tests * Removed mongo fact unit tests * point at modified jsonbfield that supports sqlite storage driver * postgresify fact cache receiver * test OPTIONS endpoint * Note: single fact view not implemented yet.
9 lines
209 B
INI
9 lines
209 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = awx.settings.development
|
|
python_paths = awx/lib/site-packages
|
|
site_dirs = awx/lib/site-packages
|
|
python_files = *.py
|
|
addopts = --reuse-db
|
|
markers =
|
|
ac: access control test
|