nvm/test/fast
Ricky Bobby f9670e18a6 Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.

 On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	new file:   .github/__init__.py
	new file:   .github/workflows/__init__.py
	new file:   .vscode/__init__.py
	new file:   __init__.py
	new file:   test/__init__.py
	new file:   test/fast/Aliases/__init__.py
	new file:   test/fast/Aliases/circular/__init__.py
	new file:   test/fast/Aliases/lts/__init__.py
	new file:   test/fast/Listing paths/__init__.py
	new file:   test/fast/Listing versions/__init__.py
	new file:   test/fast/Set Colors/__init__.py
	new file:   test/fast/Unit tests/__init__.py
	new file:   test/fast/Unit tests/mocks/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested-pkg/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-both/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py
	new file:   test/fast/__init__.py
	new file:   test/install_script/__init__.py
	new file:   test/installation_iojs/__init__.py
	new file:   test/installation_node/__init__.py
	new file:   test/mocks/__init__.py
	new file:   test/slow/__init__.py
	new file:   test/slow/nvm exec/__init__.py
	new file:   test/slow/nvm reinstall-packages/__init__.py
	new file:   test/slow/nvm reinstall-packages/test-npmlink/__init__.py
	new file:   test/slow/nvm run/__init__.py
	new file:   test/slow/nvm uninstall/__init__.py
	new file:   test/slow/nvm use/__init__.py
	new file:   test/slow/nvm_get_latest/__init__.py
	new file:   test/sourcing/__init__.py
	new file:   test/xenial/__init__.py
2024-04-15 20:34:57 +00:00
..
Aliases Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
Listing paths Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
Listing versions Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
Set Colors Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
Unit tests Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
__init__.py Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
nvm should remove the last trailing slash in $NVM_DIR [Fix] Remove $NVM_DIR trailing slash automatically, fix #1708 2018-04-12 14:14:58 +08:00
Running 'nvm alias' should create a file in the alias directory [Tests] force the NVM_DIR to the expected location, for tests 2022-12-27 21:40:48 -08:00
Running 'nvm current' should display current nvm environment [Tests] force the NVM_DIR to the expected location, for tests 2022-12-27 21:40:48 -08:00
Running 'nvm deactivate' should unset the nvm environment variables [Tests] force the NVM_DIR to the expected location, for tests 2022-12-27 21:40:48 -08:00
Running 'nvm install' with '--reinstall-packages-from' requires a valid version [Tests] force the NVM_DIR to the expected location, for tests 2022-12-27 21:40:48 -08:00
Running 'nvm install' with an invalid version fails nicely [Tests] force the NVM_DIR to the expected location, for tests 2022-12-27 21:40:48 -08:00
Running 'nvm unalias' should remove the alias file [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm uninstall' should remove the appropriate directory [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm uninstall' with incorrect file permissions fails nicely [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm unload' should unset all function and variables [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use foo' where 'foo' is circular aborts [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use iojs' uses latest io.js version [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use system' should work as expected [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use x' should create and change the 'current' symlink [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use x' should not create the 'current' symlink if $NVM_SYMLINK_CURRENT is false [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Running 'nvm use' should drop CR char automatically [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
setup [Tests] use -ex option during tests when possible 2016-07-10 19:58:32 -07:00
setup_dir [Tests] use -ex option during tests when possible 2016-07-10 19:58:32 -07:00
Sourcing nvm.sh should make the nvm command available [meta] Rename some files to be more cross platform 2021-01-04 00:49:05 +01:00
Sourcing nvm.sh should not modify parameters of caller [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
teardown [Tests] use -ex option during tests when possible 2016-07-10 19:58:32 -07:00
teardown_dir [Tests] use -ex option during tests when possible 2016-07-10 19:58:32 -07:00