BLKSerene/Wordless

View on GitHub
tests/tests_utils/test_misc.py

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if platform.system() == 'Windows':
        assert is_windows and not is_macos and not is_linux
    elif platform.system() == 'Darwin':
        assert not is_windows and is_macos and not is_linux
    elif platform.system() == 'Linux':
Severity: Major
Found in tests/tests_utils/test_misc.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status