Skip to content

Commit

Permalink
wip: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 26, 2023
1 parent 4f4e170 commit c374567
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions test/fixtures/poetry.lock-valid_version_comment

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test/test-compile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ run_test sanity-2 compile BUILD_DIR CACHE_DIR
cp fixtures/poetry.lock-valid "$INPUT_DIR"/poetry.lock
run_test no_vars_success compile "$INPUT_DIR" CACHE_DIR fixtures/env_dir

cp fixtures/poetry.lock-valid_version_comment "$INPUT_DIR"/poetry.lock
run_test infer_poetry_version compile "$INPUT_DIR" CACHE_DIR fixtures/env_dir

cp fixtures/poetry.lock-valid_exact_version_specifier "$INPUT_DIR"/poetry.lock
run_test exact_version_specifier compile "$INPUT_DIR" CACHE_DIR fixtures/env_dir

Expand Down

0 comments on commit c374567

Please sign in to comment.