Skip to content

Commit

Permalink
fake testpy
Browse files Browse the repository at this point in the history
  • Loading branch information
vchernoy committed Oct 19, 2023
1 parent 3eaad29 commit 792497f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/basic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ def test_symbolic(self):
def parse(inp):
errors = []
return parser.parse(parser.TokenReader(list(tokenizer.tokenize(tokenizer.Scanner(inp)))), errors), errors


def test_nothing():
pass

0 comments on commit 792497f

Please sign in to comment.