-
Notifications
You must be signed in to change notification settings - Fork 288
Review disabled (unit) tests #2461
Copy link
Copy link
Open
Labels
BugCode QualityAbout code quality, refactoring, (unit) testing, linting, ...About code quality, refactoring, (unit) testing, linting, ...Need analysisThe issue is not a bug or feature request. It is an analysis and research task.The issue is not a bug or feature request. It is an analysis and research task.
Milestone
Metadata
Metadata
Assignees
Labels
BugCode QualityAbout code quality, refactoring, (unit) testing, linting, ...About code quality, refactoring, (unit) testing, linting, ...Need analysisThe issue is not a bug or feature request. It is an analysis and research task.The issue is not a bug or feature request. It is an analysis and research task.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Because of PR #2451 (in context of EncFS removal #1734) several tests are disabled and or failing. This have to wait until rewriting the mount subsystem (#2449) from scratch and refactor several other aspects of the codebase are finished.
After that check each failing test and also disabled tests (e.g.
test/_do-review_test*.py). After checking its purpose and value, reimplement/fix or remove it.Maybe consider #1489 .