Dalton Serey
Dalton Serey
Every tst object directory should contain a `.tst` hidden directory within it. Regular files should be kept visible within the tst object directory. While all specific tst files should be...
Add an author field in activities. The author is editable, so that the user creating or editing the activity may indicate a third person.
Checking out an activity corrupts the contents of tests. This happens for `io` tests, when the `input` and/or `output` have leading or trailing newlines. To reproduce the bug: 1) create...
When one is writing a new activity, it is important to be able to run the test command within the activity directory. This is necessary to test candidate reference solutions...