mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
689 B
689 B
Contributing
The workflow is pretty standard:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push -u origin my-new-feature) - Create new Pull Request
Running Tests
First run bin/ci/before_build.sh that will create a vhost and user(s) needed
by the test suite.
The project uses Ginkgo and Gomega.
To clone dependencies and run tests, use make. It is also possible
to use the brilliant Ginkgo CLI runner e.g.
to only run a subset of tests.