moccasin
/
  • Overview

Getting Started

  • Installing Moccasin
  • Quickstart

Core Concepts

  • moccasin.toml
  • Project Layout
  • Networks
    • pyevm
    • eravm
    • Forked Networks
  • Dependencies
    • Working with python dependencies
    • Removing dependencies (purge)
  • Named Contracts
    • Manifest Named Contract
  • Testing
    • Gas Profiling
    • Coverage
    • Fixtures
    • Testing with boa
    • How to prank
    • Staging Markers
    • Fuzzing
  • Wallet
    • Private Keys
    • Accounts in mocasin.toml
  • Scripting (run)
    • Console
    • Deploy
  • Deployments

How-to Guides

  • Contract Verification
  • Stateless Fuzzing
  • Stateful Fuzzing
  • Juypter Notebooks (IPython)
  • Pass Compiler Args through the CLI

Tutorials

  • ZKsync

Reference

  • CLI Command Reference
    • compile
    • config
    • console
    • deploy
    • deployments
    • explorer
    • init
    • inspect
    • install
    • purge
    • run
    • test
    • wallet
  • Classes Reference
    • Config
    • MoccasinAccount
    • NamedContract
    • Network
    • _Networks
  • All moccasin TOML Parameters
  • Explorer and Network Default Information
  • Common Errors
cyfrin/moccasin 0 0
Edit this page
  1. moccasin /
  2. Testing /
  3. Titanoboa Testing

Titanoboa TestingΒΆ

Because moccasin uses titanoboa under the hood, you can use all the same testing features that titanoboa has, including:

  • Fuzzing

  • Native import syntax

  • And more

Previous
Fixtures
Next
Pranking

2024, Patrick Collins, Charles Cooper

Made with Sphinx and Shibuya theme.