Skip to content

New model for test tagging#1

Open
rodgco wants to merge 1 commit intoChristianAlexander:mainfrom
rodgco:main
Open

New model for test tagging#1
rodgco wants to merge 1 commit intoChristianAlexander:mainfrom
rodgco:main

Conversation

@rodgco
Copy link

@rodgco rodgco commented Dec 2, 2024

To simplify defining which test to run, I've implemented this change that will tag the default test structure, and tests can be run with the following commands:

$ mix test --only y2024
$ mix test --only y2024.d01
$ mix test --only y2024.d01.p1

It is easier than editing tests and removing :skip tags.

Test tags follows the same structure of the tasks to effectively run your code against your input. So it is easier to change from one to another.

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.

1 participant

Comments