hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

chore: add server tests for dryrun query parameter #112

Closed svienot closed 6 months ago

svienot commented 6 months ago

Description:

Add tests for the dryrun query parameter recently added to the /session/input-files and /session/verify-checked API endpoints.

Related issue(s):

Fixes #93

svienot commented 6 months ago

@acuarica I do not see this issue when running the test several times (I do that interactively within IntelliJ). These tests are supposed to be idempotent thanks to the beforeEach() clause of this module, which wipes out the repository ( rimraf.sync(server.repository) ). So we should be good.