registry/aqua-tests
renovate[bot] 9b4142dc95
fix(deps): update rust crate marine-rs-sdk to v0.9.0 (#265)
* fix(deps): update rust crate marine-sqlite-connector to v0.9.0

* fix(deps): update rust crate marine-rs-sdk-test to v0.10.2

* fix(deps): update rust crate marine-rs-sdk to v0.9.0

* Fix lock

* Fix

* Update renovate config

* Fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2023-09-14 11:22:40 +03:00
..
2022-10-10 17:25:10 +04:00
2023-07-10 09:39:18 +03:00

Registry API tests

How to run

  • npm i
  • pip3 install -r requirements.txt
  • pip install -U pytest
  • pytest -n auto

Adding new test

Before adding new test go to the aqua-tests dir first, then run npm run secret to add a new key-pair for the new test. Name it the same way the test function will be called (e.g. test_create_resource) This is required for tests to run in parallel. Key-pairs could've been generated on the fly but it's a bit faster to not waste time on it each time the tests are run