Skip to content

Releases: TimNooren/pytest-cairo

v0.1.0

17 Apr 12:49

Choose a tag to compare

Introduces fixtures using the @fixture decorator.

v0.0.5

08 Apr 10:48

Choose a tag to compare

Some minor fixes and changes for compatibility with cairo-lang==0.8.1.

v0.0.4

02 Apr 20:53

Choose a tag to compare

Introduces helper functions for more complex test scenarios:

  • deploy_contract
  • set_block_number
  • set_block_timestamp
  • set_caller_address
  • set_contract_address
  • impersonate (set_caller_address + set_contract_address)

v0.0.3

08 Mar 20:09

Choose a tag to compare

Introduces the raises attribute for asserting expected exceptions are raised.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Feb 08:36

Choose a tag to compare

Roll back state changes between tests.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

13 Feb 16:57

Choose a tag to compare

Pass dummy arguments to contract constructor when deploying contract to run tests.

v0.0.0

12 Feb 12:39

Choose a tag to compare

Initial commit