rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Flatten the hierarchy of test suite spec descriptors #141

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

Split off from #130 since it's more foundational and generally unrelated to WebAudio.


This allows adding individual test suites on a per-file basis and aggregating them under a single namespace.

Refactor: Move builtin tests before API tests

If tests for builtins fail, there is little point in going ahead and testing the APIs that rely on them. If anything, it might cause weird errors that are needlessly difficult to troubleshoot.