nolanderc / glsl_analyzer

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

Parser tests: replace shell scripts with pytest scripts #48

Closed automaticp closed 8 months ago

automaticp commented 8 months ago

Replaces the shell scripts for parser testing with pytest tests.

Runnable with:

$ pytest tests/test_parser.py
nolanderc commented 8 months ago

Please rebase/merge :slightly_smiling_face: