Skip to content

Files

Latest commit

 

History

History

Tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tests To Download via Homebrew on Linux

This directory contains healthchecks of the formula using ShellSpec.

Most of the tests simply downloads the app via brew and runs a smoke test. See go-pallet_spec.sh for example.

Note

  • Steps to add tests
    1. Create Test Files
    • Place them under ./spec/ dir.
    • File name format: <app_name>_spec.sh
      • Ex.) go-pallet_spec.sh
    1. Add test runner to docker-compose.yml
    2. Add the workflow to workflows
    • Add the status workflow status badge to README.md as well.

Reference