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

Add an experimental TestSuite builtin #194

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

I really don't like the design of the testing framework, so this is an attempt at hiding it away and making the test files more readable (albeit not a great one...).

We also want to ensure there's no resource leakage, so I've added some basic checks that likely need to be improved later.

Duckwhale commented 2 years ago

It's just one commit and highly experimental; added directly. (Update: Reverted, since a bug was introduced)