Currently, testing the lexer is done manually via [test.py](https://github.com/GodotModding/pygments-gdscript/blob/b8d2e312c6a6075fd33d04701e083e0e231af133/test.py); however, Pygments requires lexers to use Tox for automated testing. To ensure our lexer can be accepted upstream, we must migrate the testing setup to Tox.