Merge branch '2953-keyword-expressions-error' of github.com:feuillemorte/pytest into 2953-keyword-expressions-error

This commit is contained in:
feuillemorte 2018-01-16 22:56:23 +03:00
commit 5d3f7d7142
1 changed files with 1 additions and 0 deletions

1
changelog/2953.trivial Normal file
View File

@ -0,0 +1 @@
Show a simple and easy error when keyword expressions trigger a syntax error (for example, "-k foo and import" will show an error that you can not use import in expressions)