Guest User

Untitled

a guest
May 27th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Testing started at 22:49 ...
  2. C:\Users\Юра\PycharmProjects\training\venv\Scripts\python.exe "C:\Program Files\JetBrains\PyCharm Community Edition 2018.1.3\helpers\pycharm\_jb_unittest_runner.py" --path D:/Daria/Python/Python/pytest1/test_add_group.py
  3. Launching unittests with arguments python -m unittest D:/Daria/Python/Python/pytest1/test_add_group.py in D:\Daria\Python\Python\pytest1
  4.  
  5.  
  6.  
  7. Ran 1 test in 0.002s
  8.  
  9. FAILED (errors=1)
  10.  
  11. Error
  12. Traceback (most recent call last):
  13. File "C:\Python36\lib\unittest\case.py", line 59, in testPartExecutor
  14. yield
  15. File "C:\Python36\lib\unittest\case.py", line 605, in run
  16. testMethod()
  17. File "C:\Python36\lib\unittest\loader.py", line 34, in testFailure
  18. raise self._exception
  19. ImportError: Failed to import test module: test_add_group
  20. Traceback (most recent call last):
  21. File "C:\Python36\lib\unittest\loader.py", line 153, in loadTestsFromName
  22. module = __import__(module_name)
  23. File "D:\Daria\Python\Python\pytest1\test_add_group.py", line 2, in <module>
  24. from selenium.webdriver.firefox.webdriver import WebDriver
  25. ModuleNotFoundError: No module named 'selenium.webdriver.firefox.webdriver'
  26.  
  27.  
  28.  
  29. Process finished with exit code 1
Add Comment
Please, Sign In to add comment