Skip to content

Commit

Permalink
Make it easier to run test_parser_cpp from pytcharm
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Jun 21, 2024
1 parent 0756e01 commit b3c281c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion posthog/hogql/test/test_parser_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@


class TestParserCpp(parser_test_factory("cpp")):
pass
def test_empty(self):
# this test only exists to make pycharm recognise this class as a test class
# the actual tests are in the parent class
pass

0 comments on commit b3c281c

Please sign in to comment.