1
0
mirror of https://github.com/casey/just synced 2024-07-03 08:18:53 +00:00
just/tests
2023-12-22 07:59:37 -08:00
..
completions Inline setup and cleanup functions in completion script test (#1352) 2022-09-23 20:54:18 -07:00
allow_duplicate_recipes.rs Stabilize fallback (#1471) 2023-01-04 06:31:56 +00:00
assert_stdout.rs Add invocation_directory_native() (#1507) 2023-01-13 19:03:14 +00:00
assert_success.rs Add invocation_directory_native() (#1507) 2023-01-13 19:03:14 +00:00
assignment.rs Improve error message if if is missing the else (#1252) 2022-06-30 10:34:11 +00:00
attributes.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
byte_order_mark.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
changelog.rs Stabilize fallback (#1471) 2023-01-04 06:31:56 +00:00
choose.rs Pass --unstable and --color always to default chooser (#1758) 2023-12-22 07:59:37 -08:00
command.rs Allow setting echoed recipe line color (#1670) 2023-10-11 00:04:34 +00:00
completions.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
conditional.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
confirm.rs Add [confirm] attribute (#1723) 2023-11-16 23:51:34 +00:00
delimiters.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
dotenv.rs Add dotenv-filename and dotenv-path settings (#1692) 2023-10-12 05:04:46 +00:00
edit.rs Clean up error display (#1699) 2023-10-16 20:18:25 -07:00
equals.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
error_messages.rs Add recipe opts 2023-11-26 02:09:15 -08:00
evaluate.rs Add / operator (#1237) 2022-06-25 09:39:06 +00:00
examples.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
export.rs Add dotenv-load setting (#778) 2021-03-28 22:38:07 -07:00
fallback.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
fmt.rs Clean up error display (#1699) 2023-10-16 20:18:25 -07:00
functions.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
ignore_comments.rs Fix spelling (#1463) 2022-12-30 20:36:08 +00:00
includes.rs List included recipes in load order (#1745) 2023-11-25 07:15:41 +00:00
init.rs Add invocation_directory_native() (#1507) 2023-01-13 19:03:14 +00:00
interrupts.rs Downgrade to TLS 1.2 in install script (#1536) 2023-01-27 02:49:03 +00:00
invocation_directory.rs Downgrade to TLS 1.2 in install script (#1536) 2023-01-27 02:49:03 +00:00
json.rs Add dotenv-filename and dotenv-path settings (#1692) 2023-10-12 05:04:46 +00:00
lib.rs Add recipe opts 2023-11-26 02:09:15 -08:00
line_prefixes.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
misc.rs Add recipe opts 2023-11-26 02:09:15 -08:00
multibyte_char.rs Fix multibyte codepoint crash (#1243) 2022-06-21 00:24:13 +00:00
newline_escape.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
no_cd.rs Add [no-cd] attribute (#1400) 2022-11-02 23:37:35 -07:00
no_exit_message.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
opts.rs Add tests 2023-11-26 03:33:59 -08:00
os_attributes.rs Add OS Configuration Attributes (#1387) 2022-10-31 00:52:03 -07:00
parser.rs Allow comments on same line as settings (#1339) 2022-09-10 15:19:49 -07:00
positional_arguments.rs Pass evaluated arguments as positional arguments (#810) 2021-05-02 10:25:43 +00:00
private.rs Stabilize fallback (#1471) 2023-01-04 06:31:56 +00:00
quiet.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
quote.rs Stabilize fallback (#1471) 2023-01-04 06:31:56 +00:00
readme.rs Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
recursion_limit.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
regexes.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
run.rs Stabilize fallback (#1471) 2023-01-04 06:31:56 +00:00
search_arguments.rs Test passing dot as argument between justfiles (#1530) 2023-01-25 05:33:43 +00:00
search.rs Misc fixes (#1700) 2023-10-17 03:07:09 +00:00
shadowing_parameters.rs Allow recipe parameters to shadow variables (#1480) 2023-01-10 00:59:02 +00:00
shebang.rs Add shebang support for 'cmd.exe' (#828) 2021-05-16 00:33:41 -05:00
shell.rs Misc fixes (#1700) 2023-10-17 03:07:09 +00:00
show.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
slash_operator.rs Add recipe opts 2023-11-26 02:09:15 -08:00
string.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
subsequents.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
tempdir.rs Misc fixes (#1700) 2023-10-17 03:07:09 +00:00
test.rs Add semver_matches function (#1713) 2023-10-27 20:07:46 +00:00
undefined_variables.rs Add file paths to error messages (#1737) 2023-11-22 04:17:38 +00:00
unstable.rs Allow unstable features to be enabled with environment variable (#1588) 2023-10-09 03:47:20 +00:00
windows_shell.rs Fix spelling (#1463) 2022-12-30 20:36:08 +00:00
working_directory.rs Placate clippy (#1423) 2022-11-23 00:36:23 +00:00

use super::*;

#[test]
fn readme() {
  let mut justfiles = vec![];
  let mut current = None;

  for line in fs::read_to_string("README.md").unwrap().lines() {
    if let Some(mut justfile) = current {
      if line == "```" {
        justfiles.push(justfile);
        current = None;
      } else {
        justfile += line;
        justfile += "\n";
        current = Some(justfile);
      }
    } else if line == "```just" {
      current = Some(String::new());
    }
  }

  for justfile in justfiles {
    let tmp = tempdir();

    let path = tmp.path().join("justfile");

    fs::write(path, justfile).unwrap();

    let output = Command::new(executable_path("just"))
      .current_dir(tmp.path())
      .arg("--dump")
      .output()
      .unwrap();

    assert_success(&output);
  }
}