mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 21:33:54 -05:00
Add bats test for python-build
This commit is contained in:
2
plugins/python-build/test/fixtures/definitions/needs-yaml
vendored
Normal file
2
plugins/python-build/test/fixtures/definitions/needs-yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz" --if needs_yaml
|
||||
install_package "Python-3.2.1" "http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.gz"
|
||||
1
plugins/python-build/test/fixtures/definitions/vanilla-python
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/vanilla-python
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "Python-3.2.1" "http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.gz"
|
||||
1
plugins/python-build/test/fixtures/definitions/with-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/with-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz#83e6d7725e20166024a1eb74cde80677" copy
|
||||
1
plugins/python-build/test/fixtures/definitions/with-invalid-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/with-invalid-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz#invalid" copy
|
||||
1
plugins/python-build/test/fixtures/definitions/without-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/without-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz" copy
|
||||
BIN
plugins/python-build/test/fixtures/package-1.0.0.tar.gz
vendored
Normal file
BIN
plugins/python-build/test/fixtures/package-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user