-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
1.1.1: pytest is failing in tests/tests.py::TestFunctions::test_is_file
unit
#115
Comments
Hi @kloczek, Looks like another UT framework has been used. Here the When, at release 1.1.1, I run them like I don't know why only this one fails with |
Correctly written uniitest test suite can be used OOTB with pytest. You will never get new warnings or errors because no one is working on unittest. |
Ironically, I assume you mean "correctly written"? The assertion does not have a fixed value. It asserts that calling I prefer Pytest myself, but if you come barging into a FOSS project, accuse the authors of using a library incorrectly and then try to bully them into fixing your problem simply by appeal to authority, don't be surprised if the response is less than enthusiastic. |
My comment was about the CODE .. not you. |
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w
Here is pytest output:
The text was updated successfully, but these errors were encountered: