Skip to content

chore: move 'gitlab/tests/' dir to 'tests/unit/' #1474

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

Merged
merged 1 commit into from
May 29, 2021
Merged

chore: move 'gitlab/tests/' dir to 'tests/unit/' #1474

merged 1 commit into from
May 29, 2021

Conversation

JohnVillalovos
Copy link
Member

Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the
tests located under the 'tests/' directory.

Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the
tests located under the 'tests/' directory.
@JohnVillalovos JohnVillalovos requested a review from nejch May 27, 2021 04:10
Copy link
Member

@nejch nejch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks. Things are starting to look cleaner :)

Heads-up for distro package maintainers this will need a change if you're testing the package outside of tox. I recommend only running tests/unit if you want to avoid the docker dependency.
@kloczek @derekschrock @svenstaro @williamh @FedericoCeratto

@@ -2,4 +2,4 @@ include COPYING AUTHORS ChangeLog.rst RELEASE_NOTES.rst requirements.txt test-re
include tox.ini .travis.yml
recursive-include tests *
recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat
recursive-include gitlab/tests/data *
recursive-include tests/unit/data *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking we can actually remove this now as we already recurse tests/ in line 3. But this file needs a cleanup, I'll push a small PR after :)

@nejch nejch merged commit 56770ce into python-gitlab:master May 29, 2021
@JohnVillalovos JohnVillalovos deleted the jlvillal/mv_unit_tests branch January 4, 2022 06:53
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.

2 participants