mix tlx.watch
(TLX v0.5.2)
Copy Markdown
Watch for file changes and auto-simulate a TLX.Spec module.
Usage
mix tlx.watch MyApp.MySpec
mix tlx.watch MyApp.MySpec --runs 500Re-compiles and re-simulates whenever a .ex or .exs file changes
in the project. Press Ctrl-C to stop.
Options
--runs- Number of random walks per simulation (default: 100)--steps- Maximum steps per walk (default: 100)--include,-i- Load .ex files from an additional directory (repeatable)