You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #821 added tests.toml files for all exercises. We should update our test generator to only generate tests for the test cases that are in the tests.toml files and where the test is included (meaning its UUID is assigned true as its value).
The test generator should also remove the line at the top of generated test files that contains the versioning information (which is no longer present).
PR #821 added
tests.toml
files for all exercises. We should update our test generator to only generate tests for the test cases that are in thetests.toml
files and where the test is included (meaning its UUID is assignedtrue
as its value).The test generator should also remove the line at the top of generated test files that contains the versioning information (which is no longer present).
Depends on #822 being done first.
The text was updated successfully, but these errors were encountered: