mattias
6f84d36cbf
fpcunit: consolerunner: use lazutils instead of lcl
...
git-svn-id: trunk@54679 -
2017-04-22 11:06:30 +00:00
michael
5c5523af89
* Remove consoletestrunner, it is outdated and crashes applications. The version in FPC repository is now used, reference is marked as virtual
...
git-svn-id: trunk@51829 -
2016-03-05 22:32:16 +00:00
mattias
17f571cf26
components: less hints
...
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
mattias
cc6ad86c44
fpcunitconsolerunner: less hints
...
git-svn-id: trunk@50012 -
2015-10-09 07:21:37 +00:00
juha
06ac76f560
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
...
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
mattias
bdb5e05390
fpcunit: clean up
...
git-svn-id: trunk@39745 -
2013-01-03 12:23:59 +00:00
vincents
4486cb84cb
fpcunit console test runner: patch from Michael van Canneyt (issue #12205 )
...
* --format argument is case sensitive
+ Default Format can be configured in the application source (DefaultFormat variable).
+ Added a variable DefaultRunAllTests so if no --suite or no --all is specified on the command-line, --all is implicitly assumed.
git-svn-id: trunk@16785 -
2008-09-29 08:12:20 +00:00
mattias
5c9e4e53f0
examples fixed compilation
...
git-svn-id: trunk@16245 -
2008-08-25 23:06:16 +00:00
mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
vincents
5cf46b7a1b
fpcunit console testrunner: flush output of progress writer after each character, so that the result is written immediately, even if the output is redirected to file
...
git-svn-id: trunk@16128 -
2008-08-18 22:25:13 +00:00
vincents
64c7eb142a
lazarus tests: console test runner stores test environment data in the test results
...
git-svn-id: trunk@16057 -
2008-08-14 13:22:03 +00:00
vincents
a9daf44a6d
fpcunit console test runner: allow to pass a test name like suite1.subsuite2.test3 to the suite parameter from Michael VC
...
git-svn-id: trunk@15994 -
2008-08-08 13:20:02 +00:00
vincents
564c9a4785
fpcunit console test runner: add a virtual GetResultsWriter method, so descendant test runners can add custom ResultWriters
...
git-svn-id: trunk@14814 -
2008-04-13 19:38:32 +00:00
vincents
2f11eb8333
fpcunit console test runner: removed 2.0.x compatibility.
...
git-svn-id: trunk@14804 -
2008-04-11 21:20:37 +00:00
vincents
3ba06c5d7b
fpcunit console test runner: removed 2.0.x compatibility.
...
git-svn-id: trunk@14786 -
2008-04-08 21:47:14 +00:00
vincents
6cdf555bb7
components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963 )
...
git-svn-id: trunk@14756 -
2008-04-05 08:18:16 +00:00
vincents
894f4c3df8
fpcunit console test runner: made FormatParam a protected property so it can be override by descandant test runners from Graeme.
...
git-svn-id: trunk@13685 -
2008-01-09 13:55:44 +00:00
vincents
11ec1c7a2e
fpcunit test runners: less output on the console fro Graeme.
...
git-svn-id: trunk@11221 -
2007-05-29 20:20:07 +00:00
vincents
0a7bf3d67d
fpcunit: fixed console testrunning crash when writing results to output with fpc 2.0.4 (bug #8798 ) from Darius
...
git-svn-id: trunk@11156 -
2007-05-16 22:07:22 +00:00
vincents
e19a42fc45
fpcunit: fixed style sheet from Darius ( #8799 )
...
git-svn-id: trunk@11044 -
2007-05-02 08:16:29 +00:00
vincents
6d8915d650
fpcunit: console testrunner works with new xmlreportwriter if compiled with fpc 2.1.1
...
git-svn-id: trunk@10573 -
2007-02-02 23:14:27 +00:00
vincents
fece699695
fpcunit: consoletestrunner returns exitcode 1, if there are errors or failures.
...
git-svn-id: trunk@10567 -
2007-02-02 09:27:41 +00:00
vincents
13689073c2
added support for ITestListener.StartTestSuite and EndTestSuite from Graeme
...
git-svn-id: trunk@10220 -
2006-11-20 11:04:19 +00:00
vincents
8a29f2f36c
fpc unit console runner:
...
* fixed memleak with long options
+ added stylesheet parameter
+ added example stylesheet
* renamed App to Appliction, so Lazarus can set the Application.Title
git-svn-id: trunk@10183 -
2006-11-10 06:52:18 +00:00
vincents
03bdadb1f0
fpcunit consolerunner: no . if test failed, because a E or F will be output for that test
...
git-svn-id: trunk@10092 -
2006-10-19 17:01:05 +00:00
vincents
810d321780
created package for console test runner
...
git-svn-id: trunk@10089 -
2006-10-17 20:01:34 +00:00