chiadog icon indicating copy to clipboard operation
chiadog copied to clipboard

Issue testing SMPT/Discord Notifiers

Open brianwfreeman opened this issue 3 years ago • 0 comments

Describe the bug When attempting to test my notifiers I am getting the following error:

======================================================================
ERROR: tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
ModuleNotFoundError: No module named 'tests'


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)

A clear and concise description of what the bug is and how it can be reproduced.

Environment:

  • OS: Ubuntu 20.04
  • Python version: 3.9
  • PIP version:
  • Chia version:
  • Chiadog version:
  • Harvester: remote OR local

brianwfreeman avatar Oct 01 '21 17:10 brianwfreeman