You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amtoine opened this issue
Nov 5, 2023
· 0 comments
· Fixed by #103
Assignees
Labels
coreRelated to the main `nu-git-manager` modulerefactorChanges that just moves code around without altering featurestestsSomething related to the tests of the library
as per title, i would like to refactor the base directories of all the tests to be the same, to avoid messing around too much with the filesystem.
The text was updated successfully, but these errors were encountered:
amtoine
added
tests
Something related to the tests of the library
refactor
Changes that just moves code around without altering features
core
Related to the main `nu-git-manager` module
labels
Nov 5, 2023
- should close#66
## description
this PR simply makes sure all the tests use the same base location to
dump all their files.
this is computed as a random directory in the new `get-random-test-dir`
command.
> **Note**
> i had to add a `--no-sanitize` switch to `get-random-test-dir` to
disable the sanitization for the `tests detect-grafting` and `tests
store-cleaning` tests, otherwise the tests did not pass on Windows...
:shrug: :laughing:
coreRelated to the main `nu-git-manager` modulerefactorChanges that just moves code around without altering featurestestsSomething related to the tests of the library
as per title, i would like to refactor the base directories of all the tests to be the same, to avoid messing around too much with the filesystem.
The text was updated successfully, but these errors were encountered: