chore: rename 'tools/functional/' to 'tests/functional/'#1469
chore: rename 'tools/functional/' to 'tests/functional/'#1469nejch merged 1 commit intopython-gitlab:masterfrom JohnVillalovos:jlvillal/test_directory
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1469 +/- ##
=======================================
Coverage 90.91% 90.91%
=======================================
Files 73 73
Lines 4051 4051
=======================================
Hits 3683 3683
Misses 368 368
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
nejch
left a comment
There was a problem hiding this comment.
Thanks John! Could you also change the paths in the renovate config:
python-gitlab/.renovaterc.json
Line 7 in eabe091
And the Manifest (especially if we move unit tests there also):
Line 3 in eabe091
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: #1468
Done! Thanks. |
Rename the 'tools/functional/' directory to 'tests/functional/'
This makes more sense as these are functional tests and not tools.