Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 599 Bytes

File metadata and controls

15 lines (8 loc) · 599 Bytes

Coverage Status Go Report Card

Fix - Test fixtures made easy!

  • Fixtures are being evaluated only once per test (*testing.T), no matter how many times they're being called

  • Fixtures resolve their dependencies

  • Zero dependencies

  • Inspired by pytest

Examples

See the examples folder and fixture_test.go