-
Notifications
You must be signed in to change notification settings - Fork 394
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
Split tests into unit
, integration
, functional
#1136
Comments
Hi @LecrisUT , I plan to work on this in the coming days. Would you have an example repo that follows that organisation? I see https://realpython.com/python-testing/#writing-integration-tests , is there any other reference that you'd like me to have a look to? To be sure of what you expect here, is it fine if I follow e.g. and move the current tests under a series of folders like e.g. |
Here's an example: https://github.com/packit/packit/.
Yes, that about sums it. Just make sure there are corresponding marks as well I'll have some time next weekend as well |
@LecrisUT , @mahendrapaipuri , I am not able to add you as reviewers to #1155, but I think it's getting ready. Would you like to have a look and let me know what you think? |
Sure @mwouts! I will take a look at the patch this week. |
It is a rather organizational change, but for those familiar with the concepts, it helps them find the tests easier and to know what to expect:
unit
tests:integration
tests:functional
tests:The text was updated successfully, but these errors were encountered: