Lint repo.
This commit is contained in:
parent
87e762bda2
commit
44f4a0aaa8
8 changed files with 15 additions and 14 deletions
projects/damm/test/python
|
@ -1,9 +1,8 @@
|
|||
from damm import Damm
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.parametrize('num', [
|
||||
@pytest.mark.parametrize("num", [
|
||||
"0", # 0 itself is the start Damm state
|
||||
"37", # [0, 3] => 7
|
||||
"92", # [0, 9] => 2
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from damm import Damm
|
||||
|
||||
from hypothesis import given
|
||||
from hypothesis.strategies import integers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue