Disable use of pyc file with no matching py file
Miki Tebeka
miki.tebeka at gmail.com
Mon Jan 30 17:13:02 EST 2012
More information about the Python-list mailing list
Mon Jan 30 17:13:02 EST 2012
- Previous message (by thread): Disable use of pyc file with no matching py file
- Next message (by thread): Disable use of pyc file with no matching py file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Not that I'm aware of.
I have a script that run the test suite, one of the first commands (before calling nosetests) is:
find . -name '*.py[co]' -exec rm {} \;
This makes sure the tests run in a "clean" environment.
- Previous message (by thread): Disable use of pyc file with no matching py file
- Next message (by thread): Disable use of pyc file with no matching py file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list