Thread: [Pysys-commits] SF.net SVN: pysys:[508] trunk/pysys/baserunner.py
Brought to you by:
ben-spiller,
moraygrieve
From: <mor...@us...> - 2012-09-26 19:08:23
|
Revision: 508 http://pysys.svn.sourceforge.net/pysys/?rev=508&view=rev Author: moraygrieve Date: 2012-09-26 19:08:17 +0000 (Wed, 26 Sep 2012) Log Message: ----------- Python 3 is really picky about whitespace ... 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...> - 2015-12-14 10:24:21
|
Revision: 689 http://sourceforge.net/p/pysys/code/689 Author: moraygrieve Date: 2015-12-14 10:24:20 +0000 (Mon, 14 Dec 2015) Log Message: ----------- More consistent logging to separate execution and validation 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...> - 2015-12-14 11:28:20
|
Revision: 690 http://sourceforge.net/p/pysys/code/690 Author: moraygrieve Date: 2015-12-14 11:28:19 +0000 (Mon, 14 Dec 2015) Log Message: ----------- Make execution/validation/test id and title consistent with logging 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: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-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: <ben...@us...> - 2016-01-18 18:36:24
|
Revision: 732 http://sourceforge.net/p/pysys/code/732 Author: ben-spiller Date: 2016-01-18 18:36:23 +0000 (Mon, 18 Jan 2016) Log Message: ----------- log cycle in header when each test starts as it's a bit confusing otherwise 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-05-14 09:02:28
|
Revision: 741 http://sourceforge.net/p/pysys/code/741 Author: moraygrieve Date: 2016-05-14 09:02:26 +0000 (Sat, 14 May 2016) Log Message: ----------- Pass through the start time and duration to the writer 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-03-31 17:47:23
|
Revision: 823 http://sourceforge.net/p/pysys/code/823 Author: ben-spiller Date: 2018-03-31 17:47:22 +0000 (Sat, 31 Mar 2018) Log Message: ----------- log full date and time when test run finished at the end (to avoid people getting confused about which run is which if they have multiple windows open, whilest avoiding the need to log it on every single line), and also include dayofweek and timezone to avoid potential misunderstandings and make it more obvious if you're looking at the console of a test run that completed a previous day; also add "Total" to the "test duration" logged at the end to distinguish it from the duration we log during each test's execution 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-04-03 14:47:47
|
Revision: 834 http://sourceforge.net/p/pysys/code/834 Author: ben-spiller Date: 2018-04-03 14:46:59 +0000 (Tue, 03 Apr 2018) Log Message: ----------- fix cycle formatting after recent color commit 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-04-04 08:41:28
|
Revision: 835 http://sourceforge.net/p/pysys/code/835 Author: ben-spiller Date: 2018-04-04 08:26:55 +0000 (Wed, 04 Apr 2018) Log Message: ----------- fix coloring of title when it wraps 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-04-05 21:24:37
|
Revision: 842 http://sourceforge.net/p/pysys/code/842 Author: ben-spiller Date: 2018-04-05 21:24:35 +0000 (Thu, 05 Apr 2018) Log Message: ----------- move setup of stdout to the beginning of the runner callback so that we still get diagnostics if something fails early; remove some incredibly complex and unnecessary resultQueue logic - far simpler for each result callback to just immediately deal with itself without any queuing or counters (behaviour should be the same, jsut simpler code for same effect); also remove "counter" from testcontainer class, since it is not needed; slightly better error messages logged by runner in certain cases 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-04-05 21:26:23
|
Revision: 843 http://sourceforge.net/p/pysys/code/843 Author: ben-spiller Date: 2018-04-05 21:26:21 +0000 (Thu, 05 Apr 2018) Log Message: ----------- use fileutils.mkdir in runner to avoid potential race condition when creating cycle directories in parallel 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-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: <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-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: <ben...@us...> - 2018-06-20 17:43:18
|
Revision: 971 http://sourceforge.net/p/pysys/code/971 Author: ben-spiller Date: 2018-06-20 17:43:13 +0000 (Wed, 20 Jun 2018) Log Message: ----------- fix infinite loop of keyboard prompts on ctrl+c if pysys is invoked without any stdin (which can happen when run from a script or another testing framework especially on unix) Modified Paths: -------------- trunk/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |