Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 6, 2024
1 parent 1b62b1c commit 3836a1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poetry/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ test_version() {

test_version_plugins() {
assertEquals "
- poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically
- poetry-plugin-export (1.8.0) Poetry plugin to export the dependencies to various formats
1 application plugin
Dependencies
- poetry (>=1.2.0,<2.0.0)
- poetry (>=1.8.0,<3.0.0)
- poetry-core (>=1.7.0,<3.0.0)
- poetry-plugin-export (1.7.1) Poetry plugin to export the dependencies to various formats
- poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically
1 application plugin
Dependencies
- poetry (>=1.8.0,<2.0.0)
- poetry-core (>=1.7.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)"
- poetry (>=1.2.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)"
}

test_install_from_symlink() {
Expand Down

0 comments on commit 3836a1b

Please sign in to comment.