Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.96 KB | None | 0 0
  1.  
  2. root@a1655f5723a0:/usr/src/app# make test1                                                                                
  3. py.test test_task1.py -v                                                                                                  
  4. =================================================== test session starts ===================================================
  5. platform linux2 -- Python 2.7.9 -- py-1.4.29 -- pytest-2.7.0 -- /usr/bin/python                                            
  6. rootdir: /usr/src/app, inifile:                                                                                            
  7. collected 0 items / 1 errors                                                                                              
  8.                                                                                                                            
  9. ========================================================= ERRORS ==========================================================
  10. _____________________________________________ ERROR collecting test_task1.py ______________________________________________
  11. /usr/lib/python2.7/dist-packages/_pytest/python.py:488: in _importtestmodule                                              
  12.     mod = self.fspath.pyimport(ensuresyspath=True)                                                                        
  13. /usr/lib/python2.7/dist-packages/py/_path/local.py:650: in pyimport                                                        
  14.     __import__(modname)                                                                                                    
  15. /usr/lib/python2.7/dist-packages/_pytest/assertion/rewrite.py:165: in load_module                                          
  16.     py.builtin.exec_(co, mod.__dict__)                                                                                    
  17. test_task1.py:3: in <module>                                                                                              
  18.     from task1 import task                                                                                                
  19. E     File "/usr/src/app/task1.py", line 14                                                                                
  20. E       a = set(seq1)                                                                                                      
  21. E      ^                                                                                                                  
  22. E   IndentationError: unexpected indent                                                                                    
  23. ================================================= 1 error in 0.04 seconds =================================================
  24. Makefile:2: recipe for target 'test1' failed                                                                              
  25. make: *** [test1] Error 1                                                                                                  
  26. root@a1655f5723a0:/usr/src/app#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement