Closed lithorus closed 1 month ago
Summarize your change. Have changed most tests to use -m unittest discover instead og setup.py test
-m unittest discover
setup.py test
The old setup.py test doesn't work in newer versions of python since it has been deprecated
Summarize your change. Have changed most tests to use
-m unittest discover
instead ogsetup.py test
The old
setup.py test
doesn't work in newer versions of python since it has been deprecated