Skip to content

monitors for file changes in elixir projects and runs tests when required

Notifications You must be signed in to change notification settings

robacourt/constant_testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Constant Testing

Monitors elixir projects and runs tests when files are edited.

Run this in your elixir project (or at the root of your umbrella project) and when you update a .exs file it will run the tests from that file. If you update a .ex file it will look for a corresponding .exs file and run those tests

Usage

  1. Clone the repo
git clone https://github.com/danturn/constant_testing.git
  1. Set it up for your Elixir project:
cd constant_testing
./setup_in.sh ~/src/my_lovely_project
  1. Run constant testing in your Elixir project
cd ~/src/my_lovely_project
./constant-testing.sh
  1. Start writing code!

About

monitors for file changes in elixir projects and runs tests when required

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%