pysys-commits Mailing List for PySys System Test Framework (Page 8)
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...> - 2018-05-12 09:11:27
|
Revision: 885 http://sourceforge.net/p/pysys/code/885 Author: moraygrieve Date: 2018-05-12 09:11:20 +0000 (Sat, 12 May 2018) Log Message: ----------- Blanket update of the year in the copyright 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/fileutils.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...> - 2018-05-12 09:07:26
|
Revision: 884 http://sourceforge.net/p/pysys/code/884 Author: moraygrieve Date: 2018-05-12 09:07:23 +0000 (Sat, 12 May 2018) Log Message: ----------- Updates after review of new writers framework Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_069/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-12 09:07:03
|
Revision: 883 http://sourceforge.net/p/pysys/code/883 Author: moraygrieve Date: 2018-05-12 09:07:00 +0000 (Sat, 12 May 2018) Log Message: ----------- Updates after review of new writers framework 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...> - 2018-05-10 20:48:51
|
Revision: 882 http://sourceforge.net/p/pysys/code/882 Author: moraygrieve Date: 2018-05-10 20:48:48 +0000 (Thu, 10 May 2018) Log Message: ----------- Add BLACK as a color, so we can effectively disable some of the coloring of the log categories Modified Paths: -------------- trunk/pysys/utils/logutils.py trunk/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...> - 2018-05-10 20:42:14
|
Revision: 881 http://sourceforge.net/p/pysys/code/881 Author: moraygrieve Date: 2018-05-10 20:42:12 +0000 (Thu, 10 May 2018) Log Message: ----------- Not sure why there was a newline in the flush of the container output, but removing to keep consistent when running with a single thread 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: <ben...@us...> - 2018-05-10 16:49:06
|
Revision: 880 http://sourceforge.net/p/pysys/code/880 Author: ben-spiller Date: 2018-05-10 16:49:02 +0000 (Thu, 10 May 2018) Log Message: ----------- avoid using StandardError which doesn't exist in python 3 and actualyl wasn't quite the right thing anyway Modified Paths: -------------- branches/py23/pysys/constants.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-10 15:59:53
|
Revision: 879 http://sourceforge.net/p/pysys/code/879 Author: ben-spiller Date: 2018-05-10 15:59:51 +0000 (Thu, 10 May 2018) Log Message: ----------- create branch for making python be single-source so it can work on python 2 and python 3 without running 2to3.py Added Paths: ----------- branches/py23/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-10 15:49:25
|
Revision: 878 http://sourceforge.net/p/pysys/code/878 Author: ben-spiller Date: 2018-05-10 15:48:43 +0000 (Thu, 10 May 2018) Log Message: ----------- update release notes to match moray's recent changes to the coloring implementation; also ensure the if the PYSYS_COLOR env var is specified it will override any project setting, since there may be some users who want to turn it off or some OSes/terminals on which it doesn't work well, even when the project default is to have it enabled Modified Paths: -------------- trunk/pysys/utils/logutils.py 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...> - 2018-05-10 15:20:20
|
Revision: 877 http://sourceforge.net/p/pysys/code/877 Author: ben-spiller Date: 2018-05-10 15:19:08 +0000 (Thu, 10 May 2018) Log Message: ----------- added a defaultIgnoreExitStatus project property as discussed, which is set to False in the example project config file to encourage best-practice (i.e. unless test author explicitly decides a process is expected to fail, report an error if it does to avoid silently ignoring real problems), but set it to True if not configured in project file (to avoid changing behaviour for existing projects); added testcase PySys_internal_071 for this; also added a convenient self.mkdir function at the same time to avoid having to import fileutils since I find I need it quite often Modified Paths: -------------- trunk/pysys/process/user.py trunk/pysys/unit/pyunit.py trunk/pysys-dist/pysys-release.txt trunk/pysys-examples/internal/testcases/PySys_internal_020/run.py trunk/pysys-examples/pysysproject.xml Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_071/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/Input/fail.py trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/NestedTest/run.py trunk/pysys-examples/internal/testcases/PySys_internal_071/Input/pysysproject-notset.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_071/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_071/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-10 14:38:51
|
Revision: 876 http://sourceforge.net/p/pysys/code/876 Author: ben-spiller Date: 2018-05-10 14:38:47 +0000 (Thu, 10 May 2018) Log Message: ----------- delete unused file in testcase Removed Paths: ------------- trunk/pysys-examples/internal/testcases/PySys_internal_070/Reference/pysys.out This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-10 09:12:03
|
Revision: 875 http://sourceforge.net/p/pysys/code/875 Author: ben-spiller Date: 2018-05-10 09:11:49 +0000 (Thu, 10 May 2018) Log Message: ----------- delete pysys-eclipse after checking with moray; it's just an empty shell and not used for anything Removed Paths: ------------- trunk/pysys-eclipse/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-09 21:48:17
|
Revision: 874 http://sourceforge.net/p/pysys/code/874 Author: ben-spiller Date: 2018-05-09 21:48:11 +0000 (Wed, 09 May 2018) Log Message: ----------- reintroduce support for runner.cycleComplete() which was removed in revision 844; now we get the new concurrent cycle threading behaviour by default but if someone has provided a cycleComplete() method we downgrade to serialized cycle threading and invoke the method at the end of each cycle; also added test 070 since we were missing coverage to check cycleComplete was executed correctly Revision Links: -------------- http://sourceforge.net/p/pysys/code/844 Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys-dist/pysys-release.txt Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_070/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/NestedPass/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/NestedPass/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/NestedPass/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/NestedPass/run.py trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/extrapath/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/extrapath/mypkg/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/extrapath/mypkg/__init__.py trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/extrapath/mypkg/customrunner.py trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/pysysproject.xml trunk/pysys-examples/internal/testcases/PySys_internal_070/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_070/Reference/pysys.out trunk/pysys-examples/internal/testcases/PySys_internal_070/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_070/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-09 21:06:54
|
Revision: 873 http://sourceforge.net/p/pysys/code/873 Author: ben-spiller Date: 2018-05-09 21:06:34 +0000 (Wed, 09 May 2018) Log Message: ----------- fix tests that got broken after recent rework of coloring Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_066/Input/extrapath/mypkg/customfmt.py trunk/pysys-examples/internal/testcases/PySys_internal_066/run.py trunk/pysys-examples/internal/testcases/PySys_internal_067/Input/extrapath/mypkg/customfmt.py trunk/pysys-examples/internal/testcases/PySys_internal_067/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-09 21:02:35
|
Revision: 872 http://sourceforge.net/p/pysys/code/872 Author: ben-spiller Date: 2018-05-09 21:02:32 +0000 (Wed, 09 May 2018) Log Message: ----------- as discussed, changed "pysys run" to return non-zero exit code if any tests have failed, which has been requested by multiple users, and makes invoking pysys from CI jobs easier Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt trunk/pysys-dist/scripts/pysys.py trunk/pysys-examples/internal/testcases/PySys_internal_068/run.py trunk/pysys-examples/internal/testcases/PySys_internal_069/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-09 18:45:28
|
Revision: 871 http://sourceforge.net/p/pysys/code/871 Author: ben-spiller Date: 2018-05-09 18:44:53 +0000 (Wed, 09 May 2018) Log Message: ----------- add fix for crazy bug seen this week - high verbosity DEBUG-level logging from all logger categories on standard output and duplication of log messages, caused by the fact python calls basicConfig to add a default log handler if none is already set when any of the (rarely-used) direct logging functions such as logging.error(...) are called; this was seen on an Ubuntu machine (as used by Travis CI) as a result of python trying to log about missing SSL libraries. Nice. Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt trunk/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...> - 2018-05-05 08:21:14
|
Revision: 870 http://sourceforge.net/p/pysys/code/870 Author: moraygrieve Date: 2018-05-05 08:21:05 +0000 (Sat, 05 May 2018) Log Message: ----------- Fix for build and pip install ... when using ant we effectively run out of the parent directory of pysys-dist and pysys Modified Paths: -------------- trunk/pysys-dist/build.xml trunk/pysys-dist/setup.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-05 08:19:52
|
Revision: 869 http://sourceforge.net/p/pysys/code/869 Author: moraygrieve Date: 2018-05-05 08:19:50 +0000 (Sat, 05 May 2018) Log Message: ----------- Fix for explicit assignment of the log formatter Modified Paths: -------------- 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...> - 2018-05-05 08:11:19
|
Revision: 868 http://sourceforge.net/p/pysys/code/868 Author: moraygrieve Date: 2018-05-05 08:11:08 +0000 (Sat, 05 May 2018) Log Message: ----------- Fix assignment, not comparator 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...> - 2018-05-05 07:05:08
|
Revision: 867 http://sourceforge.net/p/pysys/code/867 Author: moraygrieve Date: 2018-05-05 07:05:05 +0000 (Sat, 05 May 2018) Log Message: ----------- Shorten license to just the type, as per https://packaging.python.org/tutorials/distributing-packages/#readme-rst-readme-md 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...> - 2018-05-05 06:33:52
|
Revision: 866 http://sourceforge.net/p/pysys/code/866 Author: moraygrieve Date: 2018-05-05 06:33:45 +0000 (Sat, 05 May 2018) Log Message: ----------- Improve the pydoc for pysys.__license__ 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...> - 2018-05-05 06:32:40
|
Revision: 865 http://sourceforge.net/p/pysys/code/865 Author: moraygrieve Date: 2018-05-05 06:32:34 +0000 (Sat, 05 May 2018) Log Message: ----------- Add missing pysys.__license__ and get the build working (the build needs to be updated, but at the moment you run ant deploy.sdist from the pysys-dist directory to create a source bundle distribution) Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys-dist/build.xml trunk/pysys-dist/setup.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-05 06:18:41
|
Revision: 864 http://sourceforge.net/p/pysys/code/864 Author: moraygrieve Date: 2018-05-05 06:18:37 +0000 (Sat, 05 May 2018) Log Message: ----------- No need to keep the pdf though ... Removed Paths: ------------- trunk/pysys-dist/pysys-userguide.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-05 06:12:08
|
Revision: 863 http://sourceforge.net/p/pysys/code/863 Author: moraygrieve Date: 2018-05-05 06:12:05 +0000 (Sat, 05 May 2018) Log Message: ----------- Bring back the user guides as they are templates for the future Added Paths: ----------- trunk/pysys-dist/pysys-userguide.doc trunk/pysys-dist/pysys-userguide.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-04 19:57:14
|
Revision: 862 http://sourceforge.net/p/pysys/code/862 Author: moraygrieve Date: 2018-05-04 19:57:10 +0000 (Fri, 04 May 2018) Log Message: ----------- Commit for review of color log formatter - still some more pydoc required Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_066/Input/extrapath/mypkg/customfmt.py trunk/pysys-examples/internal/testcases/PySys_internal_067/Input/extrapath/mypkg/customfmt.py trunk/pysys-examples/internal/testcases/PySys_internal_067/run.py trunk/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...> - 2018-05-04 19:56:36
|
Revision: 861 http://sourceforge.net/p/pysys/code/861 Author: moraygrieve Date: 2018-05-04 19:56:31 +0000 (Fri, 04 May 2018) Log Message: ----------- Commit for review of color log formatter - still some more pydoc required Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/process/user.py trunk/pysys/utils/linecount.py trunk/pysys/utils/logutils.py trunk/pysys/writer/__init__.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |