-
Notifications
You must be signed in to change notification settings - Fork 170
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
Install Failure #77
Comments
I'm having the same issue with Python 3.9.0 Are these versions of Python supported? |
I am also having the same issue :/ |
I solved it:
import unittest class TestABCD(unittest.TestCase):
suite = unittest.TestLoader().loadTestsFromTestCase(TestABCD) ####################################################### To create the tests html file "Report.html", type in your teminal: python -m unittest enjoy :) |
Description
ERROR: Could not find a version that satisfies the requirement html-testRunner (from versions: none)
ERROR: No matching distribution found for html-testRunner
What I Did
The text was updated successfully, but these errors were encountered: