-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add more examples and tests for run criteria #4065
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
Comments
alice-i-cecile
added
D-Trivial
Nice and easy! A great choice to get started with Bevy
A-ECS
Entities, components, systems, and events
C-Examples
An addition or correction to our examples
C-Code-Quality
A section of code that is hard to understand or change
labels
Feb 28, 2022
There's some tests here: bevy/crates/bevy_ecs/src/schedule/stage.rs Lines 1432 to 1562 in 6615b7b
|
alice-i-cecile
changed the title
Add examples and tests for run criteria
Add more examples and tests for run criteria
Feb 28, 2022
I'm happy to add in some more tests, would theses go the |
Yes please, I would add a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
Currently there are no examples and limited tests for these.
We should add both.
The text was updated successfully, but these errors were encountered: