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
Tests that fail with 1 error report "True" instead of "1" for the number of errors. This happens, I think, because we fetch an Agate dataframe, which assumes that the number of failures is a boolean instead of an integer.
Results
Expected: [FAIL 1]
Received: [Fail True]
System information
= 0.11.1
The python version you're using (probably the output of python --version)
3.7
Issue
Issue description
Tests that fail with 1 error report "True" instead of "1" for the number of errors. This happens, I think, because we fetch an Agate dataframe, which assumes that the number of failures is a boolean instead of an integer.
Results
Expected: [FAIL 1]
Received: [Fail True]
System information
The python version you're using (probably the output of
python --version
)3.7
Steps to reproduce
The text was updated successfully, but these errors were encountered: