Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Testing strategy

`flame_asobi` is currently exercised by the end-to-end smoke test in
`smoke_tests/smoke.dart`, which runs against `widgrensit/sdk_demo_backend` in
CI. That test covers the SDK contract surface (`AsobiClient`, realtime
matchmaking, `match.input` -> `match.state` round-trip).

The Flame-side mixins (`AsobiPlayer`, `AsobiProjectile`, `AsobiNetworkSync`,
`HasAsobiInput`, `HasAsobiMatchmaker`) currently have no automated tests. The
previous unit tests under `test/` were removed in #11 because they targeted a
deleted class-based API and a `flame_test` version that has since changed
shape.

Proper widget tests for the mixin-based components are a future task.
132 changes: 0 additions & 132 deletions test/asobi_input_sender_test.dart

This file was deleted.

196 changes: 0 additions & 196 deletions test/asobi_matchmaker_test.dart

This file was deleted.

Loading
Loading