niccokunzmann/ObservableList

View on GitHub

Showing 2 of 27 total issues

File test_observable_list.py has 321 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Test the observable list.

The :class:`knittingpattern.ObservableList.ObservableList` is a
:class:`list` implementing the observer pattern.
This way, a row can be notifies abot the change in its instructions.
Severity: Minor
Found in ObservableList/test/test_observable_list.py - About 3 hrs to fix

    File __init__.py has 253 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    """This module contains the ObservableList.
    
    This list works like a normal list but additionally observers can be registered
    that are notified, whenever the list is changed.
    """
    Severity: Minor
    Found in ObservableList/__init__.py - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language