summaryrefslogtreecommitdiff
path: root/tests/functional/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: add basic typing to functional testsNejc Habjan2022-10-271-3/+5
|
* test: enable skipping tests per GitLab planNejc Habjan2022-10-181-0/+14
|
* chore: fixtures: after delete() wait to verify deletedJohn L. Villalovos2022-07-211-0/+39
In our fixtures that create: - groups - project merge requests - projects - users They delete the created objects after use. Now wait to ensure the objects are deleted before continuing as having unexpected objects existing can impact some of our tests.