doonv / bevy_dev_console

Source-inspired developer console plugin for the Bevy game engine.
Apache License 2.0
112 stars 10 forks source link

Improve tests and add AST assertions with nightly features #16

Open doonv opened 7 months ago

doonv commented 7 months ago

Objective

There isn't an easy way to assert the AST in unit tests.

Solution

Use the nightly box_pattern feature in tests (This doesn't make the library itself nightly, only the tests)