lark-parser / lark_cython

Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance
MIT License
44 stars 5 forks source link

Enhancements to Test Suite: Improved Clarity,Debugging and Maintainability #34

Open Akshat111111 opened 4 months ago

Akshat111111 commented 4 months ago

Suggestion Enhancing the assertion messages and provided informative docstrings and tests concentrated on certain elements, encouraging readability and maintainability.

erezsh commented 4 months ago

Can you be more specific? Which elements? Which messages? What things would you like to improve? Give concrete examples.

Akshat111111 commented 4 months ago

I have implemented it in Updated test_basic.py #35