test_ok1/testing/cmdline
holger krekel a3d15b2c60 refined usage and options for "py.cleanup":
py.cleanup     # remove "*.pyc" and "*$py.class" (jython) files
    py.cleanup -e .swp -e .cache # also remove files with these extensions
    py.cleanup -s  # remove "build" and "dist" directory next to setup.py files
    py.cleanup -d  # also remove empty directories
    py.cleanup -a  # synonym for "-s -d -e 'pip-log.txt'"
    py.cleanup -n  # dry run, only show what would be removed

--HG--
branch : trunk
2010-02-05 22:50:41 +01:00
..
__init__.py move test files out of py lib proper 2009-09-06 16:59:39 +02:00
test_cmdline.py refined usage and options for "py.cleanup": 2010-02-05 22:50:41 +01:00
test_convert_unittest.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00