Re: [Python-ideas] File format for automatic and manual tests

2018-08-08 Thread Victor Porton
On 08/08/18 12:25, Barry Scott wrote: On Tuesday, 7 August 2018 22:57:51 BST Victor Porton wrote: This is an idea of a new PEP. I propose to create a portable file format which will list command line options to run Python scripts with dual purpose: At the moment I solve this problem with

Re: [Python-ideas] File format for automatic and manual tests

2018-08-07 Thread Victor Porton
On 08/08/18 02:18, Steven D'Aprano wrote: On Wed, Aug 08, 2018 at 12:57:51AM +0300, Victor Porton wrote: This is an idea of a new PEP. I propose to create a portable file format which will list command line options to run Python scripts with dual purpose: Feel free to create whatever

[Python-ideas] File format for automatic and manual tests

2018-08-07 Thread Victor Porton
This is an idea of a new PEP. I propose to create a portable file format which will list command line options to run Python scripts with dual purpose: 1. for automatic tests executing scripts from this file (and optionally checking their stdout against specified values). 2. for running the