From 19528130174c27ce7967dc6f4c0a99213c50d6e6 Mon Sep 17 00:00:00 2001 From: Ricky Bobby Date: Thu, 22 Aug 2024 23:35:29 +0000 Subject: [PATCH] commit --- .github/__init__.py | 0 .github/workflows/__init__.py | 0 __init__.py | 0 test/__init__.py | 0 test/fast/Aliases/__init__.py | 0 test/fast/Aliases/circular/__init__.py | 0 test/fast/Aliases/lts/__init__.py | 0 test/fast/Listing paths/__init__.py | 0 test/fast/Listing versions/__init__.py | 0 test/fast/Set Colors/__init__.py | 0 test/fast/Unit tests/__init__.py | 0 test/fast/Unit tests/mocks/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/__init__.py | 0 .../mocks/project_dirs/inside-n_m-nested-pkg/__init__.py | 0 .../Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py | 0 .../fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py | 0 test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py | 0 .../fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py | 0 .../Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py | 0 .../Unit tests/mocks/project_dirs/no-nesting-both/__init__.py | 0 .../fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py | 0 .../fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py | 0 test/fast/__init__.py | 0 test/fixtures/__init__.py | 0 test/install_script/__init__.py | 0 test/installation_iojs/__init__.py | 0 test/installation_node/__init__.py | 0 test/mocks/__init__.py | 0 test/slow/__init__.py | 0 test/slow/nvm exec/__init__.py | 0 test/slow/nvm reinstall-packages/__init__.py | 0 test/slow/nvm reinstall-packages/test-npmlink/__init__.py | 0 test/slow/nvm run/__init__.py | 0 test/slow/nvm uninstall/__init__.py | 0 test/slow/nvm use/__init__.py | 0 test/slow/nvm_get_latest/__init__.py | 0 test/sourcing/__init__.py | 0 test/xenial/__init__.py | 0 49 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/__init__.py create mode 100644 .github/workflows/__init__.py create mode 100644 __init__.py create mode 100644 test/__init__.py create mode 100644 test/fast/Aliases/__init__.py create mode 100644 test/fast/Aliases/circular/__init__.py create mode 100644 test/fast/Aliases/lts/__init__.py create mode 100644 test/fast/Listing paths/__init__.py create mode 100644 test/fast/Listing versions/__init__.py create mode 100644 test/fast/Set Colors/__init__.py create mode 100644 test/fast/Unit tests/__init__.py create mode 100644 test/fast/Unit tests/mocks/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested-pkg/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/no-nesting-both/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py create mode 100644 test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py create mode 100644 test/fast/__init__.py create mode 100644 test/fixtures/__init__.py create mode 100644 test/install_script/__init__.py create mode 100644 test/installation_iojs/__init__.py create mode 100644 test/installation_node/__init__.py create mode 100644 test/mocks/__init__.py create mode 100644 test/slow/__init__.py create mode 100644 test/slow/nvm exec/__init__.py create mode 100644 test/slow/nvm reinstall-packages/__init__.py create mode 100644 test/slow/nvm reinstall-packages/test-npmlink/__init__.py create mode 100644 test/slow/nvm run/__init__.py create mode 100644 test/slow/nvm uninstall/__init__.py create mode 100644 test/slow/nvm use/__init__.py create mode 100644 test/slow/nvm_get_latest/__init__.py create mode 100644 test/sourcing/__init__.py create mode 100644 test/xenial/__init__.py diff --git a/.github/__init__.py b/.github/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/__init__.py b/.github/workflows/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Aliases/__init__.py b/test/fast/Aliases/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Aliases/circular/__init__.py b/test/fast/Aliases/circular/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Aliases/lts/__init__.py b/test/fast/Aliases/lts/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Listing paths/__init__.py b/test/fast/Listing paths/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Listing versions/__init__.py b/test/fast/Listing versions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Set Colors/__init__.py b/test/fast/Set Colors/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/__init__.py b/test/fast/Unit tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/__init__.py b/test/fast/Unit tests/mocks/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/__init__.py b/test/fast/Unit tests/mocks/project_dirs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested-pkg/__init__.py b/test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested-pkg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py b/test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py b/test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/no-nesting-both/__init__.py b/test/fast/Unit tests/mocks/project_dirs/no-nesting-both/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py b/test/fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py b/test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fast/__init__.py b/test/fast/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/fixtures/__init__.py b/test/fixtures/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/install_script/__init__.py b/test/install_script/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/installation_iojs/__init__.py b/test/installation_iojs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/installation_node/__init__.py b/test/installation_node/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/mocks/__init__.py b/test/mocks/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/__init__.py b/test/slow/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm exec/__init__.py b/test/slow/nvm exec/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm reinstall-packages/__init__.py b/test/slow/nvm reinstall-packages/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm reinstall-packages/test-npmlink/__init__.py b/test/slow/nvm reinstall-packages/test-npmlink/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm run/__init__.py b/test/slow/nvm run/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm uninstall/__init__.py b/test/slow/nvm uninstall/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm use/__init__.py b/test/slow/nvm use/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/slow/nvm_get_latest/__init__.py b/test/slow/nvm_get_latest/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/sourcing/__init__.py b/test/sourcing/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/xenial/__init__.py b/test/xenial/__init__.py new file mode 100644 index 0000000..e69de29