Commit Graph

23 Commits

Author SHA1 Message Date
nocturn9x a767e44daa Added --timeout option in build.py 2021-04-18 12:04:24 +02:00
Productive2 e32f106164 add missing flag to help 2021-02-28 18:54:04 +01:00
Productive2 9964f2b92c New command line options for jats
-t:<test path> to specify test path/a different test dir
-e to enumerate failed tests
-f to run skipped tests
--timeout:<timeout> to specify a custom timeout
skipped tests forced which succeeded will display an info message
when only a single test file is ran, more info is displayed by
default to stdout
2021-02-20 22:23:57 +01:00
Productive2 0b6244d794 improved docs, removed unneccessary argument 2021-02-17 23:41:53 +01:00
Productive2 ffd3b9a542 More documentation
inputtest should really not be skipped, but fixed
2021-02-09 18:10:16 +01:00
Productive2 671a50d1c2 The test suite works once again (this large rewrite added the new test
format)
Modified tests to the new format
2021-02-09 00:35:40 +01:00
Productive2 bfb57b1552 Better error reporting 2021-02-08 18:18:34 +01:00
Productive2 a680d0eda6 Finished what I started a week ago... kinda 2021-02-08 16:44:48 +01:00
Productive2 11c2ee30e2 Fixed up conflict 2021-01-31 15:34:41 +01:00
Productive2 5ece581ce8 AAAAAAAAAAAAAAAAAA 2021-01-31 15:10:25 +01:00
Productive2 74014127ca Merge remote-tracking branch 'upstream/master' 2021-01-31 15:09:36 +01:00
Productive2 614b62441e Preparing for merge 2021-01-31 15:06:54 +01:00
nocturn9x 95522cd3c7 Minor style fixes to jats and fixed debug logs clashing when debug_vm and debug_alloc are both enabled 2021-01-31 10:51:29 +01:00
Productive2 76b92e85a7 new test notation (uses //stdout:, //stderr:) now
wip //stdin:
non-behaving tests get killed after a while now
added // exit and improved // clear repl commands
2021-01-30 18:42:04 +01:00
Productive2 bc2a2ac74d Finished moving around code for better modularity
Added testobject, repurposed testutils
2021-01-30 17:07:05 +01:00
Productive2 e2b45dd1dc moved log stuff to logutils 2021-01-30 17:00:42 +01:00
Productive2 5f56081efe Better TUI 2021-01-30 11:29:43 +01:00
Productive2 1990fde212 Add copyright info
tweak the 'less' command usage for -i
2021-01-30 10:38:47 +01:00
Productive2 4137497963 Now -h and -v options dont run any tests ;) 2021-01-29 20:15:34 +01:00
Productive2 bc7ba95baa small fix 2021-01-29 20:14:01 +01:00
Productive2 8eb33fe93a Nim tests in place now. 2021-01-29 20:11:06 +01:00
Productive2 8d93c3602f Added progress bar, polished the interface a bit 2021-01-29 19:56:23 +01:00
Productive2 619873f01f Test suite v2 progress 2021-01-29 18:14:57 +01:00