mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #86] [MERGED] Move from ignore to jwalk & refactor tests #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/86
Author: @bootandy
Created: 3/28/2020
Status: ✅ Merged
Merged: 3/28/2020
Merged by: @bootandy
Base:
master← Head:ab-run-tests-tmp📝 Commits (5)
1953e10Move everything to ignore instead of jwalk7cc7047Move from assert_cli to assert_cmd402a8f8Remove thread parameterc0048b2Handle running with bad parameter1f120deRun tests on /tmp directory📊 Changes
7 files changed (+519 additions, -602 deletions)
View changed files
📝
Cargo.lock(+209 -240)📝
Cargo.toml(+4 -2)📝
src/main.rs(+9 -31)📝
src/utils/mod.rs(+121 -167)📝
src/utils/platform.rs(+15 -29)📝
tests/tests.rs(+134 -93)📝
tests/tests_symlinks.rs(+27 -40)📄 Description
ignore is ~ 15% faster than jwalk.
Refactor tests to use /tmp directory
Remove -t parameter for threads.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.