nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

Fixes Issue #1086 #1087

Open mnm678 opened 5 years ago

mnm678 commented 5 years ago

This pr checks that any encountered '.py' file is a regular file to address #1086. This ensures that nose will skip any fifo/device/etc that is named with the '.py' extension.