aptakhin/regress

View on GitHub
testoot/ext/pytest.py

Summary

Maintainability
A
35 mins
Test Coverage

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert test_obj == canon_obj
Severity: Info
Found in testoot/ext/pytest.py by bandit

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, *, test_obj: any, canon_obj: any, exc: Exception,
Severity: Minor
Found in testoot/ext/pytest.py - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status