pysys-commits Mailing List for PySys System Test Framework (Page 14)
Brought to you by:
ben-spiller,
moraygrieve
You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(14) |
Oct
(63) |
Nov
(15) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
(13) |
2015 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
(35) |
2016 |
Jan
(34) |
Feb
(2) |
Mar
|
Apr
|
May
(40) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(22) |
Apr
(32) |
May
(86) |
Jun
(41) |
Jul
(16) |
Aug
(18) |
Sep
(21) |
Oct
(13) |
Nov
(3) |
Dec
|
2019 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mor...@us...> - 2016-01-11 10:55:44
|
Revision: 727 http://sourceforge.net/p/pysys/code/727 Author: moraygrieve Date: 2016-01-11 10:55:43 +0000 (Mon, 11 Jan 2016) Log Message: ----------- More notes Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-01-08 23:54:11
|
Revision: 726 http://sourceforge.net/p/pysys/code/726 Author: ben-spiller Date: 2016-01-08 23:54:10 +0000 (Fri, 08 Jan 2016) Log Message: ----------- fix important change that got lost for passing displayName into the ProcessWrapper so it can use it for str() Modified Paths: -------------- trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-01-08 15:24:52
|
Revision: 725 http://sourceforge.net/p/pysys/code/725 Author: ben-spiller Date: 2016-01-08 15:24:51 +0000 (Fri, 08 Jan 2016) Log Message: ----------- should include outcomeReason in the XML and JUnit sample writers output Modified Paths: -------------- trunk/pysys/writer/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-07 20:04:59
|
Revision: 724 http://sourceforge.net/p/pysys/code/724 Author: moraygrieve Date: 2016-01-07 20:04:58 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Ben's diffs Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-05 21:16:17
|
Revision: 723 http://sourceforge.net/p/pysys/code/723 Author: moraygrieve Date: 2016-01-05 21:16:16 +0000 (Tue, 05 Jan 2016) Log Message: ----------- Bit more updates on the release notes Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-05 20:45:47
|
Revision: 722 http://sourceforge.net/p/pysys/code/722 Author: moraygrieve Date: 2016-01-05 20:45:46 +0000 (Tue, 05 Jan 2016) Log Message: ----------- When running in CRIT verbosity, include the title also Modified Paths: -------------- trunk/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-05 20:40:04
|
Revision: 721 http://sourceforge.net/p/pysys/code/721 Author: moraygrieve Date: 2016-01-05 20:40:02 +0000 (Tue, 05 Jan 2016) Log Message: ----------- Allow setting defaultAbortOnError in the run task Modified Paths: -------------- trunk/pysys/launcher/console.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-05 13:32:02
|
Revision: 720 http://sourceforge.net/p/pysys/code/720 Author: moraygrieve Date: 2016-01-05 13:32:01 +0000 (Tue, 05 Jan 2016) Log Message: ----------- Coffee shop commit ... move call record into ProcessUser, only process if BaseTest in inheritence path Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_062/ trunk/pysys-examples/internal/testcases/PySys_internal_062/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_062/Input/input.log trunk/pysys-examples/internal/testcases/PySys_internal_062/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_062/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_062/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_062/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:47:00
|
Revision: 719 http://sourceforge.net/p/pysys/code/719 Author: moraygrieve Date: 2016-01-04 16:46:58 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Don't throw abort exceptions for things like control C Modified Paths: -------------- trunk/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:42:17
|
Revision: 718 http://sourceforge.net/p/pysys/code/718 Author: moraygrieve Date: 2016-01-04 16:42:16 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Pass through the call record when abort on error is set Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/exceptions.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:29:55
|
Revision: 717 http://sourceforge.net/p/pysys/code/717 Author: moraygrieve Date: 2016-01-04 16:29:54 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Fix for default abort on error as true Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:00:14
|
Revision: 716 http://sourceforge.net/p/pysys/code/716 Author: moraygrieve Date: 2016-01-04 16:00:12 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Add test for call stack Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py trunk/pysys-examples/internal/testcases/PySys_internal_058/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_059/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_059/run.py trunk/pysys-examples/internal/testcases/PySys_internal_060/pysystest.xml Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_061/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_061/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_061/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 15:38:59
|
Revision: 715 http://sourceforge.net/p/pysys/code/715 Author: moraygrieve Date: 2016-01-04 15:38:57 +0000 (Mon, 04 Jan 2016) Log Message: ----------- For failures, print a call stack also Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-03 18:51:07
|
Revision: 714 http://sourceforge.net/p/pysys/code/714 Author: moraygrieve Date: 2016-01-03 18:51:06 +0000 (Sun, 03 Jan 2016) Log Message: ----------- Some initial what's new notes, though not complete Modified Paths: -------------- trunk/pysys-dist/build.xml trunk/pysys-dist/pysys-release.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-03 18:07:42
|
Revision: 713 http://sourceforge.net/p/pysys/code/713 Author: moraygrieve Date: 2016-01-03 18:07:40 +0000 (Sun, 03 Jan 2016) Log Message: ----------- Process user fixes for some missing abort on error Modified Paths: -------------- trunk/pysys/process/commonwrapper.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-03 15:46:09
|
Revision: 712 http://sourceforge.net/p/pysys/code/712 Author: moraygrieve Date: 2016-01-03 15:46:08 +0000 (Sun, 03 Jan 2016) Log Message: ----------- Keep logging consistent as before, except for fails Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_051/run.py trunk/pysys-examples/internal/testcases/PySys_internal_052/run.py trunk/pysys-examples/internal/testcases/PySys_internal_053/run.py trunk/pysys-examples/internal/testcases/PySys_internal_055/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-03 15:45:51
|
Revision: 711 http://sourceforge.net/p/pysys/code/711 Author: moraygrieve Date: 2016-01-03 15:45:49 +0000 (Sun, 03 Jan 2016) Log Message: ----------- Keep logging consistent as before, except for fails Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 16:26:15
|
Revision: 710 http://sourceforge.net/p/pysys/code/710 Author: moraygrieve Date: 2016-01-02 16:26:13 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Kind of reverting some of the logging ... Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/exceptions.py trunk/pysys/process/commonwrapper.py trunk/pysys/process/user.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 16:25:56
|
Revision: 709 http://sourceforge.net/p/pysys/code/709 Author: moraygrieve Date: 2016-01-02 16:25:55 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Kind of reverting some of the logging ... Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_052/Input/file1.txt trunk/pysys-examples/internal/testcases/PySys_internal_052/run.py trunk/pysys-examples/internal/testcases/PySys_internal_053/run.py trunk/pysys-examples/internal/testcases/PySys_internal_055/run.py trunk/pysys-examples/internal/testcases/PySys_internal_058/run.py trunk/pysys-examples/internal/testcases/PySys_internal_100/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:47:53
|
Revision: 708 http://sourceforge.net/p/pysys/code/708 Author: moraygrieve Date: 2016-01-02 14:47:51 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Remove Removed Paths: ------------- trunk/pysys-examples/internal/testcases/PySys_internal_061/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:47:01
|
Revision: 707 http://sourceforge.net/p/pysys/code/707 Author: moraygrieve Date: 2016-01-02 14:46:59 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Test changes Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_051/run.py trunk/pysys-examples/internal/testcases/PySys_internal_052/run.py Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_058/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_059/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_060/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_061/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Output/ trunk/pysys-examples/internal/testcases/PySys_internal_061/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_061/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_061/run.py trunk/pysys-examples/pyunit/testcases/PyUnit_test_001/Output/ trunk/pysys-examples/pyunit/testcases/PyUnit_test_002/Output/ trunk/pysys-examples/pyunit/testcases/PyUnit_test_003/Output/ trunk/pysys-examples/pyunit/testcases/PyUnit_test_004/Output/ trunk/pysys-examples/pyunit/testcases/PyUnit_test_005/Output/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:39:50
|
Revision: 706 http://sourceforge.net/p/pysys/code/706 Author: moraygrieve Date: 2016-01-02 14:39:48 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Copyright up to 2016 Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/exceptions.py trunk/pysys/launcher/__init__.py trunk/pysys/launcher/console.py trunk/pysys/manual/__init__.py trunk/pysys/manual/ui.py trunk/pysys/process/__init__.py trunk/pysys/process/commonwrapper.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/plat-win32/monitor.py trunk/pysys/process/user.py trunk/pysys/unit/__init__.py trunk/pysys/unit/pyunit.py trunk/pysys/utils/__init__.py trunk/pysys/utils/allocport.py trunk/pysys/utils/filecopy.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/linecount.py trunk/pysys/utils/loader.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/writer/__init__.py trunk/pysys/xml/__init__.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:35:46
|
Revision: 705 http://sourceforge.net/p/pysys/code/705 Author: moraygrieve Date: 2016-01-02 14:35:44 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Fix epydoc build errors Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:15:38
|
Revision: 704 http://sourceforge.net/p/pysys/code/704 Author: moraygrieve Date: 2016-01-02 14:15:37 +0000 (Sat, 02 Jan 2016) Log Message: ----------- New version Modified Paths: -------------- trunk/pysys/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:13:14
|
Revision: 703 http://sourceforge.net/p/pysys/code/703 Author: moraygrieve Date: 2016-01-02 14:13:13 +0000 (Sat, 02 Jan 2016) Log Message: ----------- New version Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |