DriverTrac/venv/lib/python3.12/site-packages/sympy/parsing/autolev/test-examples
2025-11-28 09:08:33 +05:30
..
__pycache__ POC_DEMO 2025-11-28 09:08:33 +05:30
pydy-example-repo POC_DEMO 2025-11-28 09:08:33 +05:30
README.txt POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest1.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest1.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest2.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest2.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest3.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest3.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest4.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest4.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest5.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest5.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest6.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest6.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest7.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest7.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest8.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest8.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest9.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest9.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest10.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest10.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest11.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest11.py POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest12.al POC_DEMO 2025-11-28 09:08:33 +05:30
ruletest12.py POC_DEMO 2025-11-28 09:08:33 +05:30

# parsing/tests/test_autolev.py uses the .al files in this directory as inputs and checks
# the equivalence of the parser generated codes and the respective .py files.

# By default, this directory contains tests for all rules of the parser.

# Additional tests consisting of full physics examples shall be made available soon in
# the form of another repository. One shall be able to copy the contents of that repo
# to this folder and use those tests after uncommenting the respective code in
# parsing/tests/test_autolev.py.