pysys-commits Mailing List for PySys System Test Framework (Page 6)
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...> - 2018-05-31 17:26:03
|
Revision: 935 http://sourceforge.net/p/pysys/code/935 Author: ben-spiller Date: 2018-05-31 17:26:00 +0000 (Thu, 31 May 2018) Log Message: ----------- fix StringIO rename Modified Paths: -------------- branches/py23/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-31 17:12:40
|
Revision: 934 http://sourceforge.net/p/pysys/code/934 Author: ben-spiller Date: 2018-05-31 17:12:35 +0000 (Thu, 31 May 2018) Log Message: ----------- fix for range generator in py unit test Modified Paths: -------------- branches/py23/pysys-examples/pyunit/testcases/PyUnit_test_001/Input/testSequence.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 17:11:00
|
Revision: 933 http://sourceforge.net/p/pysys/code/933 Author: ben-spiller Date: 2018-05-31 17:10:57 +0000 (Thu, 31 May 2018) Log Message: ----------- fix unittests to use assertEqual instead of deprecated alias assertEquals Modified Paths: -------------- branches/py23/pysys-examples/pyunit/testcases/PyUnit_test_001/Input/testSet.py branches/py23/pysys-examples/pyunit/testcases/PyUnit_test_002/Input/testFactorial.py branches/py23/pysys-examples/pyunit/testcases/PyUnit_test_003/Input/testBroken.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 17:05:13
|
Revision: 932 http://sourceforge.net/p/pysys/code/932 Author: ben-spiller Date: 2018-05-31 17:05:09 +0000 (Thu, 31 May 2018) Log Message: ----------- avoid old-style python 2 use of map and exception "," Modified Paths: -------------- branches/py23/pysys/xml/project.py branches/py23/pysys-examples/internal/testcases/PySys_internal_081/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-31 17:04:19
|
Revision: 931 http://sourceforge.net/p/pysys/code/931 Author: ben-spiller Date: 2018-05-31 17:04:16 +0000 (Thu, 31 May 2018) Log Message: ----------- fix urlparse library change in writer init; surprisingly, this module was relying on importing urlparse for defining "log" (!), so now we're not importing the whole of urlparse we have to declare a log variable explicitly (probably with a more sane category name) Modified Paths: -------------- branches/py23/pysys/writer/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 16:31:00
|
Revision: 930 http://sourceforge.net/p/pysys/code/930 Author: ben-spiller Date: 2018-05-31 16:30:56 +0000 (Thu, 31 May 2018) Log Message: ----------- fix winreg rename Modified Paths: -------------- branches/py23/pysys/utils/allocport.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 16:26:10
|
Revision: 929 http://sourceforge.net/p/pysys/code/929 Author: ben-spiller Date: 2018-05-31 16:26:07 +0000 (Thu, 31 May 2018) Log Message: ----------- handle rename of queue module Modified Paths: -------------- branches/py23/pysys/process/commonwrapper.py branches/py23/pysys/process/plat-unix/helper.py branches/py23/pysys/process/plat-win32/helper.py branches/py23/pysys/utils/threadpool.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 16:19:21
|
Revision: 928 http://sourceforge.net/p/pysys/code/928 Author: ben-spiller Date: 2018-05-31 16:19:03 +0000 (Thu, 31 May 2018) Log Message: ----------- xrange doesn't exist in python 3 Modified Paths: -------------- branches/py23/pysys/process/plat-win32/monitor.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 16:18:36
|
Revision: 927 http://sourceforge.net/p/pysys/code/927 Author: ben-spiller Date: 2018-05-31 16:18:34 +0000 (Thu, 31 May 2018) Log Message: ----------- fix typos from last commit Modified Paths: -------------- branches/py23/pysys/launcher/__init__.py branches/py23/pysys/utils/pycompat.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 11:25:43
|
Revision: 926 http://sourceforge.net/p/pysys/code/926 Author: ben-spiller Date: 2018-05-31 11:25:38 +0000 (Thu, 31 May 2018) Log Message: ----------- fix isinstance(..., basestring) occurrances by abstracting out to an isstring() method that conveys the desired semantics; added small pycompat module to hold compatibility (expecting this to be a lot smaller than the commonly used "six" module) Modified Paths: -------------- branches/py23/pysys/basetest.py branches/py23/pysys/process/commonwrapper.py branches/py23/pysys/process/user.py branches/py23/pysys/utils/logutils.py branches/py23/pysys/utils/perfreporter.py branches/py23/pysys-dist/pysys-release.txt Added Paths: ----------- branches/py23/pysys/utils/pycompat.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 11:14:21
|
Revision: 925 http://sourceforge.net/p/pysys/code/925 Author: ben-spiller Date: 2018-05-31 11:14:13 +0000 (Thu, 31 May 2018) Log Message: ----------- ensure py 2+3 compatible print behaviour by importing print_function from future Modified Paths: -------------- branches/py23/pysys/baserunner.py branches/py23/pysys/launcher/__init__.py branches/py23/pysys/launcher/console.py branches/py23/pysys/process/plat-unix/monitor.py branches/py23/pysys/process/plat-win32/monitor.py branches/py23/pysys/unit/pyunit.py branches/py23/pysys/utils/filecopy.py branches/py23/pysys/utils/filediff.py branches/py23/pysys/utils/filegrep.py branches/py23/pysys/utils/fileunzip.py branches/py23/pysys/utils/linecount.py branches/py23/pysys/xml/descriptor.py branches/py23/pysys/xml/manual.py branches/py23/pysys-examples/fibonacci/testcases/Fibonacci_test_003/Input/fibonacci.py branches/py23/pysys-examples/fibonacci/testcases/Fibonacci_test_005/Input/fib.py branches/py23/pysys-examples/internal/testcases/PySys_internal_100/Input/deleteFiles.py branches/py23/pysys-examples/internal/utilities/scripts/counter.py branches/py23/pysys-examples/internal/utilities/scripts/reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 10:47:32
|
Revision: 924 http://sourceforge.net/p/pysys/code/924 Author: ben-spiller Date: 2018-05-31 10:47:29 +0000 (Thu, 31 May 2018) Log Message: ----------- remove another unused thread import Modified Paths: -------------- branches/py23/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-31 10:39:00
|
Revision: 923 http://sourceforge.net/p/pysys/code/923 Author: ben-spiller Date: 2018-05-31 10:38:58 +0000 (Thu, 31 May 2018) Log Message: ----------- remove unused thread import Modified Paths: -------------- branches/py23/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...> - 2018-05-31 09:33:58
|
Revision: 922 http://sourceforge.net/p/pysys/code/922 Author: ben-spiller Date: 2018-05-31 09:33:55 +0000 (Thu, 31 May 2018) Log Message: ----------- use new threading module instead of old "thread" module (that was renamed in python 3 to discourage use) Modified Paths: -------------- branches/py23/pysys/__init__.py branches/py23/pysys/baserunner.py branches/py23/pysys/basetest.py branches/py23/pysys/process/commonwrapper.py branches/py23/pysys/process/plat-unix/monitor.py branches/py23/pysys/process/plat-win32/monitor.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-31 09:31:23
|
Revision: 921 http://sourceforge.net/p/pysys/code/921 Author: ben-spiller Date: 2018-05-31 09:31:20 +0000 (Thu, 31 May 2018) Log Message: ----------- copy PySys_internal_069 fix from trunk; not related to this branch Modified Paths: -------------- branches/py23/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-31 09:30:31
|
Revision: 920 http://sourceforge.net/p/pysys/code/920 Author: ben-spiller Date: 2018-05-31 09:30:23 +0000 (Thu, 31 May 2018) Log Message: ----------- fix PySys_internal_069 for latest progress output format 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: <ben...@us...> - 2018-05-29 09:02:35
|
Revision: 919 http://sourceforge.net/p/pysys/code/919 Author: ben-spiller Date: 2018-05-29 09:02:30 +0000 (Tue, 29 May 2018) Log Message: ----------- create branch for python 2+3 single-sourcing 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-29 09:01:43
|
Revision: 918 http://sourceforge.net/p/pysys/code/918 Author: ben-spiller Date: 2018-05-29 09:01:38 +0000 (Tue, 29 May 2018) Log Message: ----------- a few people have mentioned they find the repeated prompts about continuing to run tests when you press Ctrl+C a bit annoying (especially when only running one test) - so have disabled prompting when there are actually no tests left to run (since the prompt has no purpose in that case) and also added an env var to allow per-user disabling of the prompt entirely for those people who want it Modified Paths: -------------- trunk/pysys/baserunner.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: <mor...@us...> - 2018-05-18 13:37:50
|
Revision: 917 http://sourceforge.net/p/pysys/code/917 Author: moraygrieve Date: 2018-05-18 13:37:46 +0000 (Fri, 18 May 2018) Log Message: ----------- Fix for coloring of text wrapped title 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...> - 2018-05-17 20:33:00
|
Revision: 916 http://sourceforge.net/p/pysys/code/916 Author: moraygrieve Date: 2018-05-17 20:32:43 +0000 (Thu, 17 May 2018) Log Message: ----------- By default coloring is off Modified Paths: -------------- 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-17 20:20:37
|
Revision: 915 http://sourceforge.net/p/pysys/code/915 Author: moraygrieve Date: 2018-05-17 20:20:34 +0000 (Thu, 17 May 2018) Log Message: ----------- Add in support to color multiple indexes in the record, and update output for progress and performance writers Modified Paths: -------------- trunk/pysys/utils/logutils.py trunk/pysys/utils/perfreporter.py trunk/pysys/writer/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-16 22:26:26
|
Revision: 914 http://sourceforge.net/p/pysys/code/914 Author: ben-spiller Date: 2018-05-16 22:26:23 +0000 (Wed, 16 May 2018) Log Message: ----------- fix PySys_internal_024 which was always failing for me on linux Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_024/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-16 22:04:10
|
Revision: 913 http://sourceforge.net/p/pysys/code/913 Author: ben-spiller Date: 2018-05-16 22:03:53 +0000 (Wed, 16 May 2018) Log Message: ----------- add new testcases for bits that weren't getting exercised by existing tests; added a helper script for producing a code coverage report for pysys Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_023/run.py trunk/pysys-examples/internal/testcases/PySys_internal_065/run.py trunk/pysys-examples/internal/testcases/PySys_internal_066/run.py trunk/pysys-examples/internal/testcases/PySys_internal_067/run.py trunk/pysys-examples/internal/testcases/PySys_internal_068/run.py trunk/pysys-examples/internal/testcases/PySys_internal_069/run.py trunk/pysys-examples/internal/testcases/PySys_internal_070/run.py trunk/pysys-examples/internal/testcases/PySys_internal_071/run.py Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_072/ trunk/pysys-examples/internal/testcases/PySys_internal_072/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_072/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_072/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_072/run.py trunk/pysys-examples/internal/testcases/PySys_internal_073/ trunk/pysys-examples/internal/testcases/PySys_internal_073/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_073/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_073/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_073/run.py trunk/pysys-examples/internal/testcases/PySys_internal_074/ trunk/pysys-examples/internal/testcases/PySys_internal_074/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_074/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_074/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_074/run.py trunk/pysys-examples/internal/testcases/PySys_internal_075/ trunk/pysys-examples/internal/testcases/PySys_internal_075/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_075/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_075/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_075/run.py trunk/pysys-examples/internal/testcases/PySys_internal_077/ trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/extrapath/ trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/extrapath/mypkg/ trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/extrapath/mypkg/__init__.py trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/extrapath/mypkg/customfmt.py trunk/pysys-examples/internal/testcases/PySys_internal_077/Input/pysysproject.xml trunk/pysys-examples/internal/testcases/PySys_internal_077/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_077/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_077/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_01/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_01/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_01/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_02/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_02/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_02/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_03/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_03/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_03/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_04/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_04/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_04/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_06/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_06/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_06/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_07/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_07/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_07/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_08/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_08/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/Nested_08/run.py trunk/pysys-examples/internal/testcases/PySys_internal_078/Input/pysysproject.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/all.out trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/exclude.out trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/include.out trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/ranges.out trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/trace.out trunk/pysys-examples/internal/testcases/PySys_internal_078/Reference/type.out trunk/pysys-examples/internal/testcases/PySys_internal_078/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_078/run.py trunk/pysys-examples/internal/utilities/resources/runpysys.py trunk/pysys-examples/internal/utilities/scripts/coverage_pysys.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-05-16 21:59:54
|
Revision: 912 http://sourceforge.net/p/pysys/code/912 Author: ben-spiller Date: 2018-05-16 21:59:50 +0000 (Wed, 16 May 2018) Log Message: ----------- make startProcessMonitor safer by writing to test output dir if a relative path is specified, rather than current working dir Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys-examples/internal/testcases/PySys_internal_080/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-16 21:47:11
|
Revision: 911 http://sourceforge.net/p/pysys/code/911 Author: ben-spiller Date: 2018-05-16 21:47:07 +0000 (Wed, 16 May 2018) Log Message: ----------- add test coverage for process monitors which wasn't being exercised before; make a small change to the process monitors to use a finally block for cleanup so file always gets closed, and avoid python2->3 problems by being explicit about whether we want integer or float results when dividing CPU time by numprocessors Modified Paths: -------------- trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/monitor.py Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_080/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_080/Reference/ref_counter.out trunk/pysys-examples/internal/testcases/PySys_internal_080/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_080/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |