Skip to content

Commit

Permalink
test: add script to maintain list of executables for full test coverage
Browse files Browse the repository at this point in the history
Quite an ugly one, but appears to do the job.
  • Loading branch information
scop committed Apr 27, 2020
1 parent e493f6a commit e0b9397
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ repos:
- id: perlcritic
types: [text]
files: ^(helpers/perl|.+\.p[ml])$
- repo: local
hooks:
- id: update-test-cmd-list
name: update-test-cmd-list
language: script
entry: test/update-test-cmd-list
files: ^test/t/.+\.py$
pass_filenames: false
Loading

0 comments on commit e0b9397

Please sign in to comment.