roc/editor/tests
2021-09-02 18:12:09 +02:00
..
modules progress integrating text rope 2021-01-11 19:46:15 +01:00
README.md test updates, bug fixes, added README to editor test folder 2021-09-02 18:12:09 +02:00
selection.pest let value test, bug fixes, refactoring 2021-07-14 19:26:09 +02:00
solve_expr2.rs tests: better test that avoids a LetFunction 2021-08-06 16:27:16 -04:00

Where are the tests?

We have a lot of tests at the end of source files, this allows us to test functions that are not exposed by the editor itself. editor/mvc/ed_update.rs has the many important tests.