Skip to content

Commit

Permalink
Fix test code generation
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1410
  • Loading branch information
treiher committed Sep 4, 2023
1 parent 101a426 commit 7b7e99d
Show file tree
Hide file tree
Showing 12 changed files with 1,282 additions and 1,030 deletions.
14 changes: 7 additions & 7 deletions tests/data/data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
@pytest.mark.parametrize(
"message",
[
models.NULL_MESSAGE,
models.TLV_MESSAGE,
models.ETHERNET_FRAME,
models.ENUMERATION_MESSAGE,
models.SEQUENCE_MESSAGE,
models.EXPRESSION_MESSAGE,
models.DERIVATION_MESSAGE,
models.null_message(),
models.tlv_message(),
models.ethernet_frame(),
models.enumeration_message(),
models.sequence_message(),
models.expression_message(),
models.derivation_message(),
],
)
def test_models(message: model.Message) -> None:
Expand Down
Loading

0 comments on commit 7b7e99d

Please sign in to comment.