(feature)
| 170 | |
| 171 | # Gets the file extension of a feature |
| 172 | def get_feature_ext(feature): |
| 173 | if feature == 'dir': |
| 174 | return 'sh1x' |
| 175 | else: |
| 176 | return get_feature_opt(feature) |
| 177 | |
| 178 | # Runs regression tests for the specified filter |
| 179 | def test_regression(filter, feature_sets, dataset): |
no test coverage detected