Fmt.
This commit is contained in:
parent
4c5d2aaed2
commit
03b37675b5
32 changed files with 193 additions and 169 deletions
projects/calf/tests/python
|
@ -4,4 +4,5 @@ Fixtures for testing Calf.
|
|||
|
||||
import pytest
|
||||
|
||||
|
||||
parametrize = pytest.mark.parametrize
|
||||
|
|
|
@ -7,7 +7,6 @@ trip through the lexer.
|
|||
|
||||
import calf.lexer as cl
|
||||
from conftest import parametrize
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ Tests of calf.parser
|
|||
|
||||
import calf.parser as cp
|
||||
from conftest import parametrize
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
"""
|
||||
"""
|
||||
|
||||
from conftest import parametrize
|
||||
|
||||
from calf.reader import read_buffer
|
||||
from conftest import parametrize
|
||||
|
||||
|
||||
@parametrize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue