SEIAROTg/autobean

View on GitHub
autobean/stock_split/plugin_test.py

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function test_ok has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def test_ok() -> None:
    entries, errors = load(_FOO_TEXT)
    assert not errors
    txn = entries[-15]
    assert isinstance(txn, Transaction)
Severity: Minor
Found in autobean/stock_split/plugin_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status