|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| get_examples_dir () | |
| get_example_scripts () | |
| test_example_script_runs (script_path) | |
| test_examples_directory_exists () | |
Test that all example scripts run without errors.
| test_examples.get_example_scripts | ( | ) |
Get list of all example Python scripts.
| test_examples.get_examples_dir | ( | ) |
Get the path to the examples directory.
| test_examples.test_example_script_runs | ( | script_path | ) |
Test that an example script runs without errors.
Args:
script_path: Path to the example script to test
| test_examples.test_examples_directory_exists | ( | ) |
Verify that the examples directory exists and contains at least one script. This ensures the examples directory is properly set up and not empty.