图片解析应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
528 B

  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.