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:
Anand Balakrishnan 2023-10-12 16:22:03 -07:00
parent 5da441db42
commit 4f33300d1c
No known key found for this signature in database
7 changed files with 31 additions and 16 deletions

View file

@ -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,