pysys-commits Mailing List for PySys System Test Framework (Page 17)
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: <ben...@us...> - 2015-02-06 16:33:13
|
Revision: 651 http://sourceforge.net/p/pysys/code/651 Author: ben-spiller Date: 2015-02-06 16:33:11 +0000 (Fri, 06 Feb 2015) Log Message: ----------- add exception handler to ignore some spurious windows errors from CloseHandle (introduced in r607), suggested by Martin Bent Revision Links: -------------- http://sourceforge.net/p/pysys/code/607 Modified Paths: -------------- branches/ben-misc/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-06 16:23:11
|
Revision: 650 http://sourceforge.net/p/pysys/code/650 Author: ben-spiller Date: 2015-02-06 16:23:10 +0000 (Fri, 06 Feb 2015) Log Message: ----------- add ignores argument to filegrep and assertGrep; also improve filegrep to avoid reading entire file into memory simultaneously (some logs are enormous) unless we need to for debug logging Modified Paths: -------------- branches/ben-misc/pysys/basetest.py branches/ben-misc/pysys/utils/filegrep.py branches/ben-misc/pysys-examples/internal/testcases/PySys_internal_046/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 17:52:00
|
Revision: 649 http://sourceforge.net/p/pysys/code/649 Author: ben-spiller Date: 2015-02-05 17:51:58 +0000 (Thu, 05 Feb 2015) Log Message: ----------- add abort method to support cases where we want to give up running the test due to a serious failure; implemented using an exception, so can be caught if desired for more advanced cases; can also be used for post-descriptor skipping of tests based on more complicated condition Modified Paths: -------------- branches/failure-handling/pysys/baserunner.py branches/failure-handling/pysys/basetest.py branches/failure-handling/pysys/exceptions.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 17:35:52
|
Revision: 648 http://sourceforge.net/p/pysys/code/648 Author: ben-spiller Date: 2015-02-05 17:35:45 +0000 (Thu, 05 Feb 2015) Log Message: ----------- also set outcomeReason for errors caught by runner Modified Paths: -------------- branches/failure-handling/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 17:19:40
|
Revision: 647 http://sourceforge.net/p/pysys/code/647 Author: ben-spiller Date: 2015-02-05 17:19:39 +0000 (Thu, 05 Feb 2015) Log Message: ----------- add outcomeReason argument to addOutcome and set it everywhere - when triaging lots of results it's incredibly useful to know the failure modes, so recording this at the point we know it is a very good idea; also add useful __str__/__repr__ implementations to ProcessWrapper Modified Paths: -------------- branches/failure-handling/pysys/baserunner.py branches/failure-handling/pysys/basetest.py branches/failure-handling/pysys/process/plat-unix/helper.py branches/failure-handling/pysys/process/plat-win32/helper.py branches/failure-handling/pysys/process/user.py branches/failure-handling/pysys/unit/pyunit.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_052/run.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_053/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 17:17:50
|
Revision: 646 http://sourceforge.net/p/pysys/code/646 Author: ben-spiller Date: 2015-02-05 17:17:48 +0000 (Thu, 05 Feb 2015) Log Message: ----------- create new branch for improving error and test failure handling in various ways Added Paths: ----------- branches/failure-handling/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 14:46:31
|
Revision: 645 http://sourceforge.net/p/pysys/code/645 Author: ben-spiller Date: 2015-02-05 14:46:30 +0000 (Thu, 05 Feb 2015) Log Message: ----------- support running tests by specifying just the numeric id suffix for convenience (e.g. pysys run 2:4) Modified Paths: -------------- branches/ben-misc/pysys/launcher/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 11:49:03
|
Revision: 644 http://sourceforge.net/p/pysys/code/644 Author: ben-spiller Date: 2015-02-05 11:49:02 +0000 (Thu, 05 Feb 2015) Log Message: ----------- fix --outdir to correctly support absolute paths (without having every test overwrite the previous test's result); also make a couple of exception handlers a bit more descriptive so it's clear which handler was used Modified Paths: -------------- branches/ben-misc/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 10:45:04
|
Revision: 643 http://sourceforge.net/p/pysys/code/643 Author: ben-spiller Date: 2015-02-05 10:45:03 +0000 (Thu, 05 Feb 2015) Log Message: ----------- trivial tweak to implementation of PysysTestResult to avoid epydoc generating broken links in the source html (it gets confused by a class definition that only occurs in the "if main" block) Modified Paths: -------------- branches/ben-misc/pysys/unit/pyunit.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-02-05 10:38:11
|
Revision: 642 http://sourceforge.net/p/pysys/code/642 Author: ben-spiller Date: 2015-02-05 10:38:03 +0000 (Thu, 05 Feb 2015) Log Message: ----------- create branch from trunk for misc changes proposed by Ben Added Paths: ----------- branches/ben-misc/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-11 13:58:48
|
Revision: 641 http://sourceforge.net/p/pysys/code/641 Author: moraygrieve Date: 2013-12-11 13:58:46 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Correct version Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys-dist/version.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-11 13:56:00
|
Revision: 640 http://sourceforge.net/p/pysys/code/640 Author: moraygrieve Date: 2013-12-11 13:55:57 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Merge from the darwin_port branch Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/constants.py trunk/pysys/launcher/console.py trunk/pysys/process/__init__.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/utils/allocport.py trunk/pysys/writer/__init__.py trunk/pysys/xml/project.py trunk/pysys-dist/pysys-release.txt trunk/pysys-dist/scripts/pysys.py trunk/pysys-dist/unix.properties trunk/pysys-dist/version.properties trunk/pysys-examples/internal/testcases/PySys_internal_024/run.py trunk/pysys-examples/pysysproject.xml Property Changed: ---------------- trunk/ trunk/pysys/ trunk/pysys-examples/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-11 13:50:13
|
Revision: 639 http://sourceforge.net/p/pysys/code/639 Author: moraygrieve Date: 2013-12-11 13:50:11 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Updated the release notes Modified Paths: -------------- branches/darwin_port/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...> - 2013-12-11 13:49:24
|
Revision: 638 http://sourceforge.net/p/pysys/code/638 Author: moraygrieve Date: 2013-12-11 13:49:19 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Updated the release notes Modified Paths: -------------- branches/darwin_port/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...> - 2013-12-10 11:32:32
|
Revision: 637 http://sourceforge.net/p/pysys/code/637 Author: moraygrieve Date: 2013-12-10 11:32:30 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Updated release no Modified Paths: -------------- branches/darwin_port/pysys/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-10 11:32:10
|
Revision: 636 http://sourceforge.net/p/pysys/code/636 Author: moraygrieve Date: 2013-12-10 11:32:08 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Updated release notes Modified Paths: -------------- branches/darwin_port/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...> - 2013-12-10 11:28:10
|
Revision: 635 http://sourceforge.net/p/pysys/code/635 Author: moraygrieve Date: 2013-12-10 11:28:08 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Constructor expects the 'name' of the module being run Modified Paths: -------------- branches/darwin_port/pysys-dist/scripts/pysys.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-10 11:22:27
|
Revision: 634 http://sourceforge.net/p/pysys/code/634 Author: moraygrieve Date: 2013-12-10 11:22:24 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Default the runner, maker and writers before conditional check on project file Modified Paths: -------------- branches/darwin_port/pysys/constants.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-10 11:10:46
|
Revision: 633 http://sourceforge.net/p/pysys/code/633 Author: moraygrieve Date: 2013-12-10 11:10:41 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Allow creating a testcase outside of working directory Modified Paths: -------------- branches/darwin_port/pysys/launcher/console.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-02 14:52:32
|
Revision: 632 http://sourceforge.net/p/pysys/code/632 Author: moraygrieve Date: 2013-12-02 14:52:28 +0000 (Mon, 02 Dec 2013) Log Message: ----------- Fix typo for maker element Modified Paths: -------------- branches/darwin_port/pysys-examples/pysysproject.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-02 13:57:46
|
Revision: 631 http://sourceforge.net/p/pysys/code/631 Author: moraygrieve Date: 2013-12-02 13:57:44 +0000 (Mon, 02 Dec 2013) Log Message: ----------- Support for overriding the test maker Modified Paths: -------------- branches/darwin_port/pysys-dist/scripts/pysys.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-02 13:55:38
|
Revision: 630 http://sourceforge.net/p/pysys/code/630 Author: moraygrieve Date: 2013-12-02 13:55:35 +0000 (Mon, 02 Dec 2013) Log Message: ----------- Support for overriding the test maker Modified Paths: -------------- branches/darwin_port/pysys-examples/pysysproject.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-12-02 13:53:09
|
Revision: 629 http://sourceforge.net/p/pysys/code/629 Author: moraygrieve Date: 2013-12-02 13:53:07 +0000 (Mon, 02 Dec 2013) Log Message: ----------- Support for overriding the test maker Modified Paths: -------------- branches/darwin_port/pysys/constants.py branches/darwin_port/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...> - 2013-11-29 14:48:11
|
Revision: 628 http://sourceforge.net/p/pysys/code/628 Author: moraygrieve Date: 2013-11-29 14:48:10 +0000 (Fri, 29 Nov 2013) Log Message: ----------- Fix mistake in kwargs Modified Paths: -------------- branches/darwin_port/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...> - 2013-11-29 10:33:10
|
Revision: 627 http://sourceforge.net/p/pysys/code/627 Author: moraygrieve Date: 2013-11-29 10:33:08 +0000 (Fri, 29 Nov 2013) Log Message: ----------- Process monitor for darwin Modified Paths: -------------- branches/darwin_port/pysys/process/plat-unix/monitor.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |