pupilometer/.venv/lib/python3.12/site-packages/sympy/parsing/autolev/test-examples
2025-12-02 13:20:17 +07:00
..
__pycache__ feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
pydy-example-repo feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
README.txt feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest1.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest1.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest2.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest2.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest3.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest3.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest4.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest4.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest5.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest5.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest6.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest6.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest7.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest7.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest8.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest8.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest9.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest9.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest10.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest10.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest11.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest11.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest12.al feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
ruletest12.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00

# 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.