You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now dependency tree for test_multidict.py is too complicated ever for me.
We need to slip it into several files, rewrite tests in pytest style and reduce test class dependencies.
Like:
READONLY_DICTS= [MultiDict, CIMultiDict, MultiDictProxy, CIMultiDictProxy] # plus pure python classes@pytest.parametrize(READONLY_DICTS)deftest_something(dct):
pass
The text was updated successfully, but these errors were encountered:
Now dependency tree for
test_multidict.py
is too complicated ever for me.We need to slip it into several files, rewrite tests in pytest style and reduce test class dependencies.
Like:
The text was updated successfully, but these errors were encountered: