Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 371 Bytes

TESTING.md

File metadata and controls

12 lines (9 loc) · 371 Bytes

Unit Testing jekyllpostgen script

The script is setup to be tested with shunit2.

Before running the tests ensure one of the options below:

  • install shunit2 on your system
  • or add the git submodule
    • git submodule init & git submodule update

To run the tests:

  • ensure you are in the root dir of the repo
  • run `./test.sh'