Skip to main content
Testereiro - Test Engine Toolkit for Go
GitHub Go Docs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Core Concepts

Testereiro centers around two objects:

  • EngineFactory: long-lived test infrastructure owner
  • Engine: per-test runtime context and resources

Read this section for lifecycle, hooks, providers, and seeding behavior.