* 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>
* 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>
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.