test(pyargus): add better testing for parsing expressions
- Limit the size of the identifiers, and prevent ambiguity in the identifiers.
This commit is contained in:
parent
5da441db42
commit
4f33300d1c
7 changed files with 31 additions and 16 deletions
|
|
@ -3,8 +3,7 @@ from hypothesis import assume, given
|
|||
from hypothesis import strategies as st
|
||||
|
||||
import argus
|
||||
|
||||
from .utils.signals_gen import (
|
||||
from argus.test_utils.signals_gen import (
|
||||
constant_signal,
|
||||
draw_index,
|
||||
empty_signal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue