davidfischer-ch / pytoolbox

Toolbox for Python scripts.
Other
41 stars 15 forks source link

Tests : Create a better filter #7

Closed davidfischer-ch closed 10 years ago

davidfischer-ch commented 11 years ago

At the moment pytoolbox_runtests.py is configured as such:

Actually, the ignore filter is : django.py|schema.py|session.py for python3 and only django.py for python2. This must be improved as schema.py and session.py is not explicitly linked to ming/. However I do not know and don't have time to investigate why a regex does not work.

davidfischer-ch commented 10 years ago

See #18.