Index of /sandbox/tibs/pysource/test

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]testyield.py 2018-06-17 08:52 173  
[   ]testsimp.py 2018-06-17 08:52 295  
[TXT]testinterpreted2.py 2018-06-17 08:52 937  
[TXT]testinterpreted.py 2018-06-17 08:52 1.1K 
[TXT]testfunc.py 2018-06-17 08:52 616  
[   ]testassign.py 2018-06-17 08:52 242  
[TXT]test.rtxt 2018-06-17 08:52 10K 
[TXT]test.py 2018-06-17 08:52 2.4K 
[TXT]test.doctest 2018-06-17 08:52 123  

Files in the test directory

Files in the test directory

This directory is intended to contain various test file. They are (hopefully) named in a consistent manner:

README.txt

This file.

*.rtxt

Sample reST text files, suitable for checking odd things.

*.py

Sample Python test files, ditto.

*.doctest

Files that contain "semiliterate testing" [1] -- that is, descriptive text (written with reST) surrounding doctest blocks. The idea is that these files should be passed to (for instance) pydps.py (or whatever it is called at the moment) to be tested by Tim Peters' doctest - for instance:

pydps/pydps.py --text --doctest simple.doctest