Skip to content
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

enable tests in python packages #351

Closed
wants to merge 1 commit into from

Conversation

g-arjones
Copy link
Contributor

@g-arjones g-arjones commented Nov 20, 2021

@doudou
Copy link
Member

doudou commented Nov 22, 2021

Does it really make sense to choose a test framework globally like this ? The Python community does not have multiple test harnesses ?

@g-arjones
Copy link
Contributor Author

Either pytest and unittest but pytest can be used just as a runner for unittest tests (and other frameworks as well). So, AFAIK, pytest should fit most use cases.

@g-arjones
Copy link
Contributor Author

Turns out there are limitations in using pytest as a runner for other frameworks. Since I don't have enough python experience to be sure whether these are relevant or not, I'm closing this PR. I will be glad to add it back if more experienced python people are interested.

@g-arjones g-arjones closed this Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants