README.txt 528 B

123456789
  1. # parsing/tests/test_autolev.py uses the .al files in this directory as inputs and checks
  2. # the equivalence of the parser generated codes and the respective .py files.
  3. # By default, this directory contains tests for all rules of the parser.
  4. # Additional tests consisting of full physics examples shall be made available soon in
  5. # the form of another repository. One shall be able to copy the contents of that repo
  6. # to this folder and use those tests after uncommenting the respective code in
  7. # parsing/tests/test_autolev.py.