roc/crates/cli/tests
David Edwards 13ffa9b9db
Initial Sketch of roc check on Markdown
This commit alters `roc check` to be able to run on Markdown files. The overall flow is:
 - check if the file has a `.md` extension
  - if it does extract any fenced code blocks marked as Roc
  - write those blocks to temp files
  - run `roc check` sequentially on every temp file
  - print out the results of `roc check`
  - exit early if any individual `roc check` has non-zero exit status
 - if the file does not have `.md` extension proceed as before
2024-10-09 21:13:45 +01:00
..
algorithms Remove redundant cli_testing_examples folder 2024-03-05 18:37:03 -05:00
benchmarks basic-cli 0.15, test fixes 2024-08-28 18:39:15 +02:00
cli Initial Sketch of roc check on Markdown 2024-10-09 21:13:45 +01:00
expects Remove redundant cli_testing_examples folder 2024-03-05 18:37:03 -05:00
expects_transitive Add test for transitive expects 2024-03-08 14:56:36 -05:00
fixtures Load packages of packages 2024-06-25 21:29:21 -03:00
known_bad Merge attempt 2024-08-19 23:34:05 -07:00
module_imports_pkg Custom reporting for unknown package when checking a module directly 2024-06-08 18:29:30 -03:00
module_params Add failing test for multiline params 2024-09-20 16:19:56 -03:00
platform_requires_pkg fix test 2024-08-07 08:51:08 +10:00
cli_run.rs Initial Sketch of roc check on Markdown 2024-10-09 21:13:45 +01:00