nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
201 stars 6 forks source link

Parser tests: replace shell scripts with pytest scripts #48

Closed automaticp closed 1 year ago

automaticp commented 1 year ago

Replaces the shell scripts for parser testing with pytest tests.

Runnable with:

$ pytest tests/test_parser.py
nolanderc commented 1 year ago

Please rebase/merge :slightly_smiling_face: