Sam Surtees
|
c85e8203d0
|
Improved test runner usage
|
2019-10-14 02:36:31 +10:00 |
|
Sam Surtees
|
5b73685522
|
Added GoogleTest style output for unit tests
|
2018-05-07 23:52:56 +10:00 |
|
Ben Ratzlaff
|
f910ede248
|
Print failing test names to the console in the 'warning' color
|
2018-04-30 17:32:40 +02:00 |
|
Tom van Dijck
|
a93fb478cf
|
small fix in self-test module.
|
2017-10-12 16:09:49 -07:00 |
|
Aleksi Juvani
|
8046b030d6
|
Fix io.readfile erroring when running tests
|
2017-08-02 13:35:39 +03:00 |
|
Tom van Dijck
|
041d01bb21
|
Fix action (#138)
* Fix unit-test correctly setting action.
|
2017-08-01 10:01:01 -07:00 |
|
Tom van Dijck
|
31df5d9604
|
fix bug in testing framework leaving tests in random working folders.
|
2017-07-04 18:40:28 -07:00 |
|
Tom van Dijck
|
a53e17948f
|
Hook setTextColor in tests, so on linux/mac we don't get random color changes but no output.
|
2017-06-21 09:52:25 -07:00 |
|
Tom van Dijck
|
3016d51e28
|
Add --insecure option for SSL curl requests.
|
2017-06-13 13:37:21 -07:00 |
|
Tom van Dijck
|
5f589ad5a6
|
replaced:
os.get() -> os.target()
os.is() -> os.istarget()
_OS -> _TARGET_OS
added:
os.current()
os.iscurrent()
|
2017-04-24 13:01:31 -07:00 |
|
Tom van Dijck
|
453c1eda8e
|
test_runner failed to correctly count failed tests (#515)
https://github.com/premake/premake-core/issues/514
|
2016-06-15 14:38:47 -07:00 |
|
Jason Perkins
|
7f0ceff074
|
Fix crashing bug when --test-only argument is used to select a single ttest
|
2016-06-03 17:00:06 -04:00 |
|
Jason Perkins
|
1339933a01
|
Add a bit of organization and documentation to the code, make it easier to follow
|
2016-05-26 19:57:27 -04:00 |
|
Jason Perkins
|
3283b1d141
|
Consolidate and clean up the test runner logic and associated environment hooks
|
2016-05-25 16:55:49 -04:00 |
|