Skip to content

Commit

Permalink
New 'extest' helper, running a single example test
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Jun 27, 2018
1 parent 4279be1 commit f2531f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/helpers.sh
Expand Up @@ -6,6 +6,10 @@ example() {
pyff tests/examples/$1*.old tests/examples/$1*.new
}

extest() {
helpers/clitest --prefix '# ' --diff-options '-u --color=always' tests/examples/$1*.new
}

exdebug() {
pyff tests/examples/$1*.old tests/examples/$1*.new --debug
}
Expand Down

0 comments on commit f2531f7

Please sign in to comment.