Commit graph

10 commits

Author SHA1 Message Date
Ondřej Samohel
b64e0340d9
♻️ refactor to remove circular imports
add `FileLocations` validations
2024-11-12 23:40:59 +01:00
Jakub Jezek
2980f10040
Add client path to sys.path and run repository from code
- Added client path to sys.path in conftest.py
- Implemented function to run the repository from code in manage.ps1
2024-09-25 16:06:24 +02:00
Jakub Trllo
acbc7eba77 remove tests 2024-02-08 14:56:57 +01:00
Toke Jepsen
129b35e754
Testing: dump_databases flag (#5955)
* dump_databases flag

* Remove wrongly placed code.

* Turn flag into format and support json export.

* Added new argument to readme

---------

Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-12-06 17:36:14 +01:00
Toke Jepsen
452048d0ee
Testing: Fix is_test_failed (#5951)
* Fix is_test_failed

* Fix hound?
2023-11-24 11:30:40 +01:00
Toke Jepsen
414df23703
Introduce app_group flag (#5869) 2023-11-07 14:07:26 +01:00
Toke Jepsen
e78b6065ac
Add openpype_mongo command flag for testing. (#5676)
* Add openpype_mongo command flag for testing.

* Revert back to TEST_OPENPYPE_MONGO

TEST_OPENPYPE_MONGO is placeholder used in all source test sip in `input/env_vars/env_var` not a env variable itself

* Fix openpype_mongo fixture

Fixture decorator was missing.
If value passed from command line should be used, it must come first as `env_var` fixture should already contain valid default Mongo uri.

* Renamed command line argument to mongo_url

---------

Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-10-03 19:18:02 +02:00
Petr Kalis
ff19ae0385
Added setup_only to tests (#4591)
Allows to download test zip, unzip and restore DB in preparation for new test.
2023-03-13 15:37:23 +01:00
Petr Kalis
412d03d382 Merge fixes for tests from branch with Deadline tests.
Branch with newly implemented DL tests is targetted to release 3.15, but changes from it affects tests in develop.
This branch should solve issues with automatic tests in develop without need of full release 3.15 changes.
2022-12-02 15:52:04 +01:00
Petr Kalis
b376743373 Fix - moved conftest to be applicable for all kind of tests 2022-04-06 14:15:38 +02:00
Renamed from tests/integration/conftest.py (Browse further)