tst
tst copied to clipboard
Students assignments testing
Added documentation for all the available TST commands and an example showing how to submit an question in the TST. This documentation was based on the [firebase-tool](https://github.com/firebase/firebase-tools) repository. Please, if...
I runned the checkout command, I did an edition in yaml file and I tried to make updates, but the commit command didn't work: mirna@mirna-Inspiron-3421:~/tst/virus_detectado$ tst commit tst: invalid activity...
I runned the commands sequence below and the tst didn't remove the activity "mc1" from system. tst checkout mc1 Activity successfully checked out Target directory: mc1 cd mc1/ tst delete...
In an answer submission to "soma_data" question, the "tst test --server" command did not work. The tst showed "Waiting for the worker..." message several times. ![captura de tela de 2017-01-10...
When i was running tst-help, i got the message on the standard output: ``` Traceback (most recent call last): File "/Users/ea/.tst/bin/tst", line 336, in identify_and_run_command(args) File "/Users/ea/.tst/bin/tst", line 307, in...
After adding a file using the command `tst add sd_acrescimo.py`, the following error occurs when I try to run `tst commit2 --bump patch` command: ``` tst: fatal: server reported error:...
This error occurred when running the `tst assign [email protected]` **I was in the activity directory.** ``` tst: fatal: server response { "messages": [ "Bad request", "Key path element must not...
TST commands break whenever filenames are not POSIX. While using POSIX filenames is the specification, it would be nice to have a more user friendly message.
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...
The activity has tests publics and secret, but all tests are visible in mode web. Only public tests should be visible. Question: This happens because the activity has not yet...