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

Write tests for important ECS use-cases #9

Open
sikanrong opened this issue Apr 5, 2020 · 0 comments
Open

Write tests for important ECS use-cases #9

sikanrong opened this issue Apr 5, 2020 · 0 comments
Assignees

Comments

@sikanrong
Copy link
Member

Need to update the test suite for the library such that we run through some key work-flows which represent:

  • "Reactive" (change-event-driven) systems which trigger watchers for other Reactive systems
  • "Non-Reactive" systems which update entities in an interval-based way
  • Interactions between Reactive and Non-Reactive Systems.
  • All sorts of different Watcher logic
  • Different aspect logic in our Systems

Probably need to deal with even more subjects.

@sikanrong sikanrong self-assigned this Apr 5, 2020
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

No branches or pull requests

1 participant