mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-17 06:44:19 +02:00
Now complies with flake8, refs #291
This commit is contained in:
parent
8d1d801389
commit
90e211e3e2
20 changed files with 252 additions and 67 deletions
|
|
@ -2,6 +2,7 @@ from hypothesis import given
|
|||
import hypothesis.strategies as st
|
||||
import sqlite_utils
|
||||
|
||||
|
||||
# SQLite integers are -(2^63) to 2^63 - 1
|
||||
@given(st.integers(-9223372036854775808, 9223372036854775807))
|
||||
def test_roundtrip_integers(integer):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue