pysys-commits Mailing List for PySys System Test Framework (Page 7)
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-16 21:39:43
|
Revision: 910 http://sourceforge.net/p/pysys/code/910 Author: ben-spiller Date: 2018-05-16 21:39:40 +0000 (Wed, 16 May 2018) Log Message: ----------- fix undefined symbol "log" error in error handler for invalid descriptor Modified Paths: -------------- trunk/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...> - 2018-05-16 21:37:57
|
Revision: 909 http://sourceforge.net/p/pysys/code/909 Author: ben-spiller Date: 2018-05-16 21:37:54 +0000 (Wed, 16 May 2018) Log Message: ----------- waitForSocket was previously untested, and has apparently been forever returning success even when socket was not up (due to a "while not exit" loop that never executed since the exit() function is always defined :) ) - added a test for it and made it work, just in case anyone ever needs it Modified Paths: -------------- trunk/pysys/process/user.py trunk/pysys-dist/pysys-release.txt Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_081/ trunk/pysys-examples/internal/testcases/PySys_internal_081/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_081/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_081/pysystest.xml trunk/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-16 21:35:51
|
Revision: 908 http://sourceforge.net/p/pysys/code/908 Author: ben-spiller Date: 2018-05-16 21:35:49 +0000 (Wed, 16 May 2018) Log Message: ----------- improve doc on assertThat to give an example that will help users avoid undesired failures due to insufficient escaping of string literals (e.g. if a string contains backslashes) Modified Paths: -------------- trunk/pysys/basetest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-16 17:13:30
|
Revision: 907 http://sourceforge.net/p/pysys/code/907 Author: moraygrieve Date: 2018-05-16 17:13:24 +0000 (Wed, 16 May 2018) Log Message: ----------- Rather confusingly the example project file had the wrong reference to the root used in property expansion - it should have been ${rootdir} as that is what it was being set to in the file 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-16 17:00:46
|
Revision: 906 http://sourceforge.net/p/pysys/code/906 Author: moraygrieve Date: 2018-05-16 17:00:42 +0000 (Wed, 16 May 2018) Log Message: ----------- Properties should only be declared at the level of the parent pysys node (not for instance from within a writer) - these are used for property expansion within the pysys project file 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: <ben...@us...> - 2018-05-15 17:30:14
|
Revision: 905 http://sourceforge.net/p/pysys/code/905 Author: ben-spiller Date: 2018-05-15 17:30:11 +0000 (Tue, 15 May 2018) Log Message: ----------- delete py2+3 branch as it would need rebasing to avoid conflicts with trunk commits Removed 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-15 17:08:55
|
Revision: 904 http://sourceforge.net/p/pysys/code/904 Author: ben-spiller Date: 2018-05-15 17:08:52 +0000 (Tue, 15 May 2018) Log Message: ----------- trivial python 2+3 fix - StandardError doesn't exist in python 3 Modified Paths: -------------- trunk/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-15 17:08:20
|
Revision: 903 http://sourceforge.net/p/pysys/code/903 Author: ben-spiller Date: 2018-05-15 17:08:17 +0000 (Tue, 15 May 2018) Log Message: ----------- for safety, self.mkdir should use output dir not cwd if a relative path is specified 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...> - 2018-05-15 17:07:22
|
Revision: 902 http://sourceforge.net/p/pysys/code/902 Author: ben-spiller Date: 2018-05-15 17:07:18 +0000 (Tue, 15 May 2018) Log Message: ----------- trivial python 2+3 fix - don't use execfile Modified Paths: -------------- trunk/pysys/unit/pyunit.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-15 12:20:39
|
Revision: 901 http://sourceforge.net/p/pysys/code/901 Author: moraygrieve Date: 2018-05-15 12:20:36 +0000 (Tue, 15 May 2018) Log Message: ----------- Correct argument parsing for make launcher Modified Paths: -------------- trunk/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...> - 2018-05-14 11:32:52
|
Revision: 900 http://sourceforge.net/p/pysys/code/900 Author: moraygrieve Date: 2018-05-14 11:32:49 +0000 (Mon, 14 May 2018) Log Message: ----------- Change @itype to @type Modified Paths: -------------- trunk/pysys/utils/logutils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-13 17:01:23
|
Revision: 899 http://sourceforge.net/p/pysys/code/899 Author: moraygrieve Date: 2018-05-13 17:01:21 +0000 (Sun, 13 May 2018) Log Message: ----------- Fix failed reference to log Modified Paths: -------------- trunk/pysys/utils/logutils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-13 16:49:58
|
Revision: 898 http://sourceforge.net/p/pysys/code/898 Author: moraygrieve Date: 2018-05-13 16:49:53 +0000 (Sun, 13 May 2018) Log Message: ----------- Add in a log performance category 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-13 16:49:29
|
Revision: 897 http://sourceforge.net/p/pysys/code/897 Author: moraygrieve Date: 2018-05-13 16:49:24 +0000 (Sun, 13 May 2018) Log Message: ----------- Add in a log performance category Modified Paths: -------------- trunk/pysys/constants.py trunk/pysys/utils/logutils.py trunk/pysys/utils/perfreporter.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-13 15:41:59
|
Revision: 896 http://sourceforge.net/p/pysys/code/896 Author: moraygrieve Date: 2018-05-13 15:41:57 +0000 (Sun, 13 May 2018) Log Message: ----------- Add in instance variable epydoc for the color log formatter class Modified Paths: -------------- trunk/pysys/utils/logutils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2018-05-13 15:21:15
|
Revision: 895 http://sourceforge.net/p/pysys/code/895 Author: moraygrieve Date: 2018-05-13 15:21:12 +0000 (Sun, 13 May 2018) Log Message: ----------- Fix some failed identifier crossreference targets for epydoc Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/utils/logutils.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: <mor...@us...> - 2018-05-13 15:15:01
|
Revision: 894 http://sourceforge.net/p/pysys/code/894 Author: moraygrieve Date: 2018-05-13 15:15:00 +0000 (Sun, 13 May 2018) Log Message: ----------- epydoc lists must be indented 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-13 15:11:15
|
Revision: 893 http://sourceforge.net/p/pysys/code/893 Author: moraygrieve Date: 2018-05-13 15:11:12 +0000 (Sun, 13 May 2018) Log Message: ----------- Update pydoc for PEP 257 standard, and fill out the pydoc and epydoc sections Modified Paths: -------------- trunk/pysys/utils/perfreporter.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 12:01:33
|
Revision: 892 http://sourceforge.net/p/pysys/code/892 Author: moraygrieve Date: 2018-05-12 12:01:31 +0000 (Sat, 12 May 2018) Log Message: ----------- Update copyright Modified Paths: -------------- trunk/pysys-dist/scripts/pysys.py trunk/pysys-dist/scripts/pysys_postinstall.py 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-12 09:47:05
|
Revision: 891 http://sourceforge.net/p/pysys/code/891 Author: moraygrieve Date: 2018-05-12 09:47:02 +0000 (Sat, 12 May 2018) Log Message: ----------- Cleaned up unused imports - should be consistent now Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/launcher/console.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/user.py trunk/pysys/utils/allocport.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/fileutils.py trunk/pysys/utils/loader.py trunk/pysys/utils/perfreporter.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.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:40:25
|
Revision: 890 http://sourceforge.net/p/pysys/code/890 Author: moraygrieve Date: 2018-05-12 09:40:22 +0000 (Sat, 12 May 2018) Log Message: ----------- There is some weirdness with imports going on with my IDE, so I'll review this a little more Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/utils/filegrep.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. |
From: <mor...@us...> - 2018-05-12 09:38:31
|
Revision: 889 http://sourceforge.net/p/pysys/code/889 Author: moraygrieve Date: 2018-05-12 09:38:29 +0000 (Sat, 12 May 2018) Log Message: ----------- We've always used self.log in the tests and runners, so removing explicit reference to log Modified Paths: -------------- trunk/pysys-examples/internal/testcases/PySys_internal_070/Input/extrapath/mypkg/customrunner.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...> - 2018-05-12 09:28:31
|
Revision: 888 http://sourceforge.net/p/pysys/code/888 Author: moraygrieve Date: 2018-05-12 09:28:29 +0000 (Sat, 12 May 2018) Log Message: ----------- Reviewing some of the changes for the performance writer - just changes to pydoc and formatting 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-12 09:26:21
|
Revision: 887 http://sourceforge.net/p/pysys/code/887 Author: moraygrieve Date: 2018-05-12 09:26:19 +0000 (Sat, 12 May 2018) Log Message: ----------- Reviewing some of the changes for the performance writer - just changes to pydoc and formatting Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.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:12:38
|
Revision: 886 http://sourceforge.net/p/pysys/code/886 Author: moraygrieve Date: 2018-05-12 09:12:34 +0000 (Sat, 12 May 2018) Log Message: ----------- Update the __date__ Modified Paths: -------------- trunk/pysys/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |