pre-commit-terraform icon indicating copy to clipboard operation
pre-commit-terraform copied to clipboard

chore: Add unit tests

Open MaxymVlasov opened this issue 1 year ago β€’ 3 comments

Put an x into the box if that apply:

  • [ ] This PR introduces breaking change.
  • [ ] This PR fixes a bug.
  • [ ] This PR adds new functionality.
  • [x] This PR enhances existing functionality.

Description of your changes

Closes #303

How can we test changes

  1. Download shunit2 from https://github.com/kward/shunit2
  2. Add shunit2 to PATH
  3. cd to pre-commit-terraform/tests/shunit2
  4. Run ./_common_test.sh

MaxymVlasov avatar Jan 27 '23 20:01 MaxymVlasov