summaryrefslogtreecommitdiffstats
path: root/pytest.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make tests pass with current versions of thingsShane McDonald2020-06-161-1/+5
|
* Fix flaky workflow test & set junit familyChristian Adams2020-03-181-0/+1
|
* Basic License feature gating changesbeeankha2019-04-121-1/+0
|
* switch image builds to py3Ryan Petrello2019-01-151-2/+2
|
* Remove some obsolete code.Bill Nottingham2018-02-261-1/+0
|
* modularization of inventory_import commandAlanCoding2017-05-011-0/+2
| | | | | | | | | | | | | | | | | This separates file parsing logic that was mixed in with other important code inside of the inventory import command. The logic around MemObject data structures was moved to utils, and the file parsing was moved to a legacy module. As of this commit, that module can operate within the Tower environment but it will be removed. Also refactor the loggers to fix old bug and work inside of the different contexts - the Loader classes, mem objects, and hopefully the inventory modules eventually.
* Fix some venv issues related to the new dev envMatthew Jones2016-08-301-2/+2
|
* Additional travis/tox tweaksJames Laska2016-07-221-1/+1
| | | | | | | * Enable travis caching * Disable coverage after_build * Call setup.py develop first * Include pytest config and enable skipsdist
* has no one been runnning py.test ?Chris Meyers2016-05-121-2/+2
|
* Use --nomigrations for py.testAkita Noek2016-04-121-1/+1
| | | | | | | This is for two reasons, 1) it's a lot faster when starting from a new database, and 2) since we do database work within our migrations, it doesn't actually work within py.test, which is either a bug in pytest-djano, or a horrible behavior of pytest-django.
* migrate data from mongo to postgresChris Meyers2016-03-091-0/+1
|
* deny endpoint access to system tracking feature based on licenseChris Meyers2016-03-041-0/+1
|
* add postgres Fact model, update views, testsChris Meyers2016-02-241-0/+2
| | | | | | | | | | | | | * 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.
* default to reuse-db for testingWayne Witzel III2016-02-061-1/+1
|
* updating commands testsWayne Witzel III2016-02-021-0/+1
| | | | | | | | | | | | | | updating test imports, again relocate base and make tests a module added pytest config for awx/lib/site-packages restrucuting more test imports more test refactoring refactoring commands tests
* added pytest to requirements_devWayne Witzel III2016-02-021-0/+5
reworking test strucutre reworked pytest.ini, removed functional imports, updated req_dev remove unneeded __init__ files add testing checker to local_settings examples adding testing packages to system Python for docker