diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-07-24 17:49:09 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-07-24 17:49:09 +0200 |
commit | ebdfa0be733bace5ef0af2d95451bf2135bb2edb (patch) | |
tree | f62f238f429eb0db453f8eede75e5f7ec1f11373 /.gitignore | |
parent | b19852b6e76c5e0e9ed93ab7798d25f761e16eca (diff) | |
download | qutebrowser-ebdfa0be733bace5ef0af2d95451bf2135bb2edb.tar.gz qutebrowser-ebdfa0be733bace5ef0af2d95451bf2135bb2edb.zip |
Add hypothesis tests for configtypes.
See #830.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fc3dd315d..d71a7a16b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ __pycache__ /testresults.html /.cache /.testmondata +/.hypothesis |