mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 21:43:11 +00:00
* Use 422 http code when there is a validation error * Update the open api description * Fix typo * Add more tests for total size * Catch CancelledError because TrackedFuture raise no error * Split rest api validation test to a new file * Change the way of testing negative numbers * Rename client variable and fix test status code * Try to reduce the number of requests in CI when asserting in tests * Fix rebase and remove safeEventually
14 lines
416 B
Nim
14 lines
416 B
Nim
import ./integration/testcli
|
|
import ./integration/testrestapi
|
|
import ./integration/testrestapivalidation
|
|
import ./integration/testupdownload
|
|
import ./integration/testsales
|
|
import ./integration/testpurchasing
|
|
import ./integration/testblockexpiration
|
|
import ./integration/testmarketplace
|
|
import ./integration/testproofs
|
|
import ./integration/testvalidator
|
|
import ./integration/testecbug
|
|
|
|
{.warning[UnusedImport]: off.}
|