registry/aqua-tests
shamsartem d77fd12b4d
feat: use non-npm Fluence CLI (#302)
* feat: use non-npm Fluence CLI

* Replace nox version

* Setup fcli in cargo tests

* Fix

* remove npx

---------

Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2023-12-05 12:27:53 +01:00
..
2023-10-02 11:50:31 +02:00
2023-10-02 11:50:31 +02: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