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
Looks like the configparser subclass recognises that a config file has already been read (by a previous test) and so, in a broken attempt to prevent unnecessarily parsing "the" file repeatedly, silently declines to parse any further files.
(This bug relates to the use of singleton-pattern and the pervasively-widespread argument-passing of the config-filename. In other words, implicit dependence upon mutable global state. See also issue #68 and #65.)
python tests/run.py
python tests/test_columns.py
The text was updated successfully, but these errors were encountered: