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

Added Support for multiple #DEPENDS and --pabotprerunmodifier #615

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

joonaskuisma
Copy link
Collaborator

Added support for the multiple #DEPENDS command, introduced a new --pabotprerunmodifier argument (enabling support for DependencyLibrary in the future), implemented tests for these features, and updated the README.md accordingly.

- Keyword #DEPENDS implementation changed str => list[str].
So now, in ordering.txt file you can use #DEPENDS multiple times.
For example if C3 depends on both C1 and C2, give like:
--test suite C.C3 #DEPENDS suite C.C1 #DEPENDS suite C.C2
- In addition, small code refactoring
- Changed the parsing of the ordering file to occur during runtime instead of at startup.
- Updated the `README.md`
@joonaskuisma joonaskuisma marked this pull request as draft January 19, 2025 21:55
@joonaskuisma joonaskuisma marked this pull request as ready for review January 19, 2025 23:43
@joonaskuisma joonaskuisma marked this pull request as draft January 21, 2025 19:03
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