Thread: [Pysys-commits] SF.net SVN: pysys:[504] trunk/pysys/constants.py
                
                Brought to you by:
                
                    ben-spiller,
                    
                
                    moraygrieve
                    
                
            
            
        
        
        
    | 
      
      
      From: <mor...@us...> - 2012-09-26 17:33:00
       | 
| Revision: 504
          http://pysys.svn.sourceforge.net/pysys/?rev=504&view=rev
Author:   moraygrieve
Date:     2012-09-26 17:32:54 +0000 (Wed, 26 Sep 2012)
Log Message:
-----------
Make python 3.x friendly, as new module was removed
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...> - 2016-05-20 14:41:18
       | 
| Revision: 758
          http://sourceforge.net/p/pysys/code/758
Author:   ben-spiller
Date:     2016-05-20 14:41:17 +0000 (Fri, 20 May 2016)
Log Message:
-----------
implement a small refactoring (no change in user-visible behaviour) to avoid writing to stderr and calling sys.exit from a class constructor, such things really belong in code that can only possibly be callwd from main (this is a prerequisite for a use case I'm spiking where ProcessUser can be reused for other purposes than basetest, where there would be no .xml file)
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...> - 2016-08-05 16:40:15
       | 
| Revision: 779
          http://sourceforge.net/p/pysys/code/779
Author:   ben-spiller
Date:     2016-08-05 16:40:14 +0000 (Fri, 05 Aug 2016)
Log Message:
-----------
fix error handler in constants.py - was using an invalid format string so woudl itself throw, ratehr than telling you what happened
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-03-09 17:41:05
       | 
| Revision: 804
          http://sourceforge.net/p/pysys/code/804
Author:   ben-spiller
Date:     2018-03-09 17:41:03 +0000 (Fri, 09 Mar 2018)
Log Message:
-----------
better message when searching current directory
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-03-15 10:27:08
       | 
| Revision: 810
          http://sourceforge.net/p/pysys/code/810
Author:   ben-spiller
Date:     2018-03-15 10:27:05 +0000 (Thu, 15 Mar 2018)
Log Message:
-----------
print traceback if an internal/unexpected exception is thrown while parsing project since otherwise its impossibel to debug
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: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-06-28 16:43:43
       | 
| Revision: 976
          http://sourceforge.net/p/pysys/code/976
Author:   ben-spiller
Date:     2018-06-28 16:43:38 +0000 (Thu, 28 Jun 2018)
Log Message:
-----------
add a little envvar to allow overriding the pysys project file (useful for advanced cases like testing pysys more easily and invoking it from other frameworks with customized project configuration without modifying or copying the directory containing the tests; I looked at adding a cmd line arg instead but that would be a lot more involved and this approach does the job)
Modified Paths:
--------------
    trunk/pysys/constants.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |