diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-10 20:48:07 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-11 04:35:13 -0700 |
| commit | b99b6f214eab7fe8f08a7a7d2a1f57e0826ae83a (patch) | |
| tree | b31dd3795afababecece832a3afbc481abc54f51 /setup.cfg | |
| parent | 2679ae8a7f39a84f54d546cb9d0388abf5acb156 (diff) | |
| download | sqlparse-b99b6f214eab7fe8f08a7a7d2a1f57e0826ae83a.tar.gz | |
Add right marging and options tests
Make pytest alert of any passing tests marked to fail
Idea is to include tests for un-fixed bugs. If they are passing
we want to know
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ [wheel] universal = 1 +[pytest] +xfail_strict=true + [flake8] exclude = sqlparse/compat.py |
