Guest User

Untitled

a guest
Apr 18th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.04 KB | None | 0 0
  1. E:\temp\pytest_tmp>E:\Softwares\Python2.7\App\Scripts\py.test.exe test_pytest.py -s
  2. ================================================================ test session starts ====================
  3. platform win32 -- Python 2.7.3 -- pytest-2.3.4
  4. collecting 0 items  Reading data from 'test.csv'... found 2 rows
  5. 44
  6. 4
  7. collected 0 items / 1 errors
  8.  
  9. ====================================================================== ERRORS ===========================
  10. __________________________________________________________ ERROR collecting test_pytest.py ______________
  11. conftest.py:49: in pytest_generate_tests
  12. >          (datas),
  13. E:\Softwares\Python2.7\App\lib\site-packages\_pytest\python.py:684: in parametrize
  14. >               assert len(valset) == len(argnames)
  15. E               assert 44 == 4
  16. E                +  where 44 = len("www.google.fr','Thomas','CARPENTIER','987654")
  17. E                +  and   4 = len(('url', 'name', 'lastname', 'idCustomer'))
  18. ============================================================== 1 error in 0.06 seconds ==================
Advertisement
Add Comment
Please, Sign In to add comment