MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
test_examples Namespace Reference

Functions

 get_examples_dir ()
 
 get_example_scripts ()
 
 test_example_script_runs (script_path)
 
 test_examples_directory_exists ()
 

Detailed Description

Test that all example scripts run without errors.

Function Documentation

◆ get_example_scripts()

test_examples.get_example_scripts ( )
Get list of all example Python scripts.

◆ get_examples_dir()

test_examples.get_examples_dir ( )
Get the path to the examples directory.

◆ test_example_script_runs()

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_directory_exists()

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.