Skip to content

Commit

Permalink
reuse e2e ispec file for parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Feb 13, 2024
1 parent ab77692 commit 4e5080c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions tests/data/envtest.ispec

This file was deleted.

7 changes: 0 additions & 7 deletions tests/data/envtest.ispec.env

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_include():


def test_environment():
path = Path(__file__).parent / "data/envtest.ispec"
path = Path(__file__).parent / "e2e/500_envtest.ispec"
specfile = parse(path, [])

assert len(specfile.errors) == 0
Expand Down

0 comments on commit 4e5080c

Please sign in to comment.