gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
21 stars 9 forks source link

TESTING: Implement utils/set_ignore.dart #519

Open gjwgit opened 1 month ago

gjwgit commented 1 month ago

Description

The same complex code is repeated in several tests to set a given list of variables to IGNORE. Capture this as a function in utils/set_ignore.dart and call setIgnore(vars) from the test script.

Why

So that the test scripts are a lot simpler and the complexity is in support functions, making the tests a lot easier to review and avoiding a significant amount of shared code.