Skip to content

Commit feaa629

Browse files
committed
Letting git merge hypothesis db files
Mainly following this https://hypothesis.readthedocs.org/en/latest/database.html#sharing-your-example-database
1 parent bd3eca6 commit feaa629

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.hypothesis/examples.db merge=hypothesisdb

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ _build/
66
dist/
77
MANIFEST
88
Axelrod.egg-info
9-
.hypothesis/
9+
.hypothesis/eval_source/

.hypothesis/examples.db

3 KB
Binary file not shown.

0 commit comments

Comments
 (0)