Split ListSpy to its own module

This commit is contained in:
Anthony Sottile
2020-02-22 12:26:28 -08:00
parent b7700b8588
commit e2b5d533b6
3 changed files with 84 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from babi.main import ListSpy
from babi.list_spy import ListSpy
def test_list_spy_repr():