Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed test case - test_csv_columns_and_header_seq #5

Open
michael-delarue-axomic opened this issue Mar 24, 2023 · 0 comments
Open

Comments

@michael-delarue-axomic
Copy link

I installed and ran the test cases. This was done against https://github.com/jeffbr13/hypothesis-csv from @jeffbr13 because of the Iterable problem.

When I installed in a venv and ran the test cases with pytest I got the following failure.

   AssertionError: assert ['text', 'int', 'int'] == ['text', 'int', 'float']
     At index 2 diff: 'int' != 'float'
     Full diff:
     - ['text', 'int', 'float']
     ?                  ^^^^
     + ['text', 'int', 'int']
     ?                  ^^
   Falsifying example: test_csv_columns_and_header_seq(
       data=data(...),
   )
   Draw 1: 'x,y,z\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant