logos-storage-nim/tests/testContracts.nim
Mark Spanbroek 11d8ba55ff
contracts: remove testContracts
No longer test against the Marketplace contract
directly, but only through the Market abstraction

Reason: gas estimates are often incorrect, leading
to test failures, and the same test scenarios are
already handled by testMarkets
2025-04-17 17:30:05 +02:00

7 lines
157 B
Nim

import ./contracts/testMarket
import ./contracts/testDeployment
import ./contracts/testClock
import ./contracts/testProvider
{.warning[UnusedImport]: off.}