module
Version:
v0.0.0-...-ab02f07
Opens a new window with list of versions in this module.
Published: Apr 18, 2022
License: MIT
Opens a new window with license information.
README
¶
Chainlink Integration Tests Template

Use this template directory as a quick start to writing your own Chainlink tests using the integrations framework.
Make Commands
make go_mod
make test_environments
make test_contracts
Crucial Libraries
The intent is to keep this repo as simple as possible so others can read it with minimal issue and can modify it as they please.
- zerolog: Efficient and pretty logging
- testify: A minimal test assertion library (we're fans of Ginkgo and Gomega if you feel like getting fancy)
- helmenv: Used to deploy and connect to test environments
- integrations framework: Used to run tests and interact with the test environments
Directories
¶
Package helpers provides some common test methods and operations to keep actual test code clean
|
Package helpers provides some common test methods and operations to keep actual test code clean |
Click to show internal directories.
Click to hide internal directories.