Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Releases: MaddyGuthridge/CSE-Localtest

v1.4.1 - Add Support for Custom Autotest IDs

11 Aug 15:54
Compare
Choose a tag to compare

This feature is useful if a project uses different identifiers for running autotests than standard setups.

v1.4 - (Somewhat) Easy Installer

24 Jul 17:07
ab39cd7
Compare
Choose a tag to compare

Localtest can now be installed a bit more easily using the provided installation script. Refer to the readme for installation instructions.

v1.3.2 - Support for Custom Files When Running Autotests

24 Jul 05:03
7742e37
Compare
Choose a tag to compare

Non-default files will now be included in the autotest command, allowing for inclusion of extra files when running the tests

v1.3.1 - Improved Error Messages

23 Jul 14:27
Compare
Choose a tag to compare
  • Missing localtest.json error is colourful now
  • SSH Error prints proper error message rather than traceback

v1.3 - Better output management

06 Jul 16:12
77a7326
Compare
Choose a tag to compare

If it is given, Localtest will now display output from stderr. This may help with diagnosing some issues with submitting code.

As well as this:

  • The readme was improved.
  • A requirements.txt was added to assist with installation.
  • The help message is now rainbow
  • Pressing Ctrl+C now exits the program cleanly.

v1.2.2 - New command: Fetch starter code

19 Jun 09:37
69d8a90
Compare
Choose a tag to compare

Run localtest fetch after creating a custom localtest.json file to pull starter code

v1.2.1 - New command: subs to view course submissions

17 Jun 15:33
Compare
Choose a tag to compare
Add localtest subs command

Run localtest subs to view submissions for the current course

v1.2 - Verbosity options and an upload command

16 Jun 04:35
56b53c4
Compare
Choose a tag to compare
  • Add a -v as an option to localtest give or localtest test to print all output regardless of success.
  • Adds a command localtest upload to upload contents of the current directory to VLab.

v1.1.0 - New command: localtest instruct opens help page for the current project

07 Jun 02:30
Compare
Choose a tag to compare

v1.0.4 - Bug Fixes

06 Jun 12:21
Compare
Choose a tag to compare

Fix an issue where if a multiple of 10 tests were failed, the program would report "all tests passed"