Package Summary

Tags No category tags.
Version 1.3.8
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version humble
Last Updated 2024-02-23
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_pytest

1.3.8 (2024-02-16)

1.3.7 (2024-01-24)

1.3.6 (2023-11-13)

  • backport merge #381 to humble (#490)
  • Contributors: El Jawad Alaa

1.3.5 (2023-06-22)

  • Fix pytest-cov version detection with pytest >=7.0.0 (#459)
  • Contributors: Christophe Bedard

1.3.4 (2023-04-25)

1.3.3 (2022-11-07)

1.3.2 (2022-05-17)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Fix misleading comment (#361)
  • Contributors: Audrow Nash, Tim Clephas

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Support commands with executable targets (#352)
  • Mention other platforms in \'pytest/pytest-cov not found\' warning (#337)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Christophe Bedard, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

  • Fix ament_get_pytest_cov_version for newer versions of pytest (#315)
  • Contributors: Christophe Bedard

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Enable coverage information generation for pytest tests with CMake (#226)

    • Enable coverage information generation for pytest tests with CMake
    • Add comment about pytest-cov version requirement for --cov-branch
    • Add --pytest-with-coverage to run_test.py and mention the env var
    • Rename to AMENT_CMAKE_TEST_PYTEST_WITH_COVERAGE
    • Fix missing quote

    * Exclude gtests from pytest coverage explicitly They were excluded before, but only because gtests didn\'t use --env or --append-end. - Append pytest-cov flags in ament_add_pytest_test() directly - Fix ament_has_pytest_cov() - Change default logic to avoid overriding CLI params - Remove --cov-append pytest_cov option - Simplify indentation - Remove QUIET arg from ament_has_pytest_cov() - Change ament_has_pytest_cov() to ament_get_pytest_cov_version() - Do not return() if pytest_cov is not found in ament_add_pytest_test() - Fix missing empty <options> argument - Simplify pytest_cov version regex match - Write pytest_cov results to test-specific directory - Make sure to create test-specific pytest_cov directory

  • Contributors: Christophe Bedard

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Add runner option to ament_add_test (#174)
    • ament_cmake allow speficiation of a different test runner
    • By default, still uses run_test.py
    • Example use case: ament_cmake_ros can use a test runner that sets a ROS_DOMAIN_ID
    • ament_cmake move run_test.py to a python module
    • This should let us see the history
    • ament_cmake refactor run_test.py into an importable python module
    • Adds an ament_cmake_test python package
  • Add WERROR option to ament_add_pytest_test (#168) This has the benefit of making deprecation warnings visible, which are not by default. Default value for the option is OFF.
  • Contributors: Jacob Perron, Peter Baughman

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • add ament_cmake_pytest package (#116)
    • add ament_cmake_pytest package
    • doc fixup
    • wrap comment
  • Contributors: Dirk Thomas

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
diagnostic_aggregator github-ros-diagnostics
diagnostic_common_diagnostics github-ros-diagnostics
diagnostic_updater github-ros-diagnostics
flexbe_testing github-flexbe-flexbe_behavior_engine
fmi_adapter github-boschresearch-fmi_adapter
foxglove_msgs github-foxglove-schemas
tf2_geometry_msgs github-ros2-geometry2
tf2_py github-ros2-geometry2
stereo_image_proc github-ros-perception-image_pipeline
laser_geometry github-ros-perception-laser_geometry
mavros github-mavlink-mavros
moveit_py github-ros-planning-moveit2
pcl_ros github-ros-perception-perception_pcl
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
realsense2_camera github-IntelRealSense-realsense-ros
resource_retriever github-ros-resource_retriever
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
srdfdom github-ros-planning-srdfdom
cv_bridge github-ros-perception-vision_opencv
image_geometry github-ros-perception-vision_opencv
xacro github-ros-xacro
ament_cmake_ros github-ros2-ament_cmake_ros
crane_plus_description github-rt-net-crane_plus
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
test_launch_testing github-ros2-launch
message_filters github-ros2-message_filters
nav2_bringup github-ros-planning-navigation2
nav2_constrained_smoother github-ros-planning-navigation2
nav2_controller github-ros-planning-navigation2
nav2_core github-ros-planning-navigation2
nav2_lifecycle_manager github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_smac_planner github-ros-planning-navigation2
nav2_smoother github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
nav2_util github-ros-planning-navigation2
nav2_waypoint_follower github-ros-planning-navigation2
rclc github-ros2-rclc
rclc_parameter github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
rmf_fleet_adapter_python github-open-rmf-rmf_ros2
test_tracetools github-ros2-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_dds_idl github-ros2-rosidl_dds
rosidl_generator_py github-ros2-rosidl_python
rosidl_typesupport_fastrtps_c github-ros2-rosidl_typesupport_fastrtps
rosidl_typesupport_fastrtps_cpp github-ros2-rosidl_typesupport_fastrtps
test_cli github-ros2-system_tests
ros_core github-ros2-variants
ur_description github-UniversalRobots-Universal_Robots_ROS2_Description
classic_bags github-MetroRobots-classic_bags
event_camera_py github-ros-event-camera-event_camera_py
as2_gazebo_assets github-aerostack2-aerostack2
metro_benchmark_pub github-MetroRobots-metrics_msgs

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.0.4
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version iron
Last Updated 2024-03-03
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_pytest

2.0.4 (2024-02-07)

2.0.3 (2023-06-22)

2.0.2 (2023-04-12)

  • Fix test skipping logic for missing pytest module (#441)
  • Add missing buildtool_depend on python3-pytest (#440)
  • Contributors: Scott K Logan

2.0.1 (2023-04-11)

  • ament_cmake_pytest needs a buildtool_depend on ament_cmake_test. (#439)
  • Contributors: Chris Lalancette

2.0.0 (2023-04-11)

  • Fix pytest-cov version detection with pytest >=7.0.0 (#436)
  • use the error handler replace to allow non-utf8 to be decoded (#381)
  • Contributors: Christophe Bedard, El Jawad Alaa

1.5.3 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#411)
    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

  • Add NOCAPTURE option to ament_add_pytest_test (#393)
  • Contributors: Jacob Perron

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Fix misleading comment (#361)
  • Contributors: Audrow Nash, Tim Clephas

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Support commands with executable targets (#352)
  • Mention other platforms in \'pytest/pytest-cov not found\' warning (#337)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Christophe Bedard, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

  • Fix ament_get_pytest_cov_version for newer versions of pytest (#315)
  • Contributors: Christophe Bedard

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Enable coverage information generation for pytest tests with CMake (#226)

    • Enable coverage information generation for pytest tests with CMake
    • Add comment about pytest-cov version requirement for --cov-branch
    • Add --pytest-with-coverage to run_test.py and mention the env var
    • Rename to AMENT_CMAKE_TEST_PYTEST_WITH_COVERAGE
    • Fix missing quote

    * Exclude gtests from pytest coverage explicitly They were excluded before, but only because gtests didn\'t use --env or --append-end. - Append pytest-cov flags in ament_add_pytest_test() directly - Fix ament_has_pytest_cov() - Change default logic to avoid overriding CLI params - Remove --cov-append pytest_cov option - Simplify indentation - Remove QUIET arg from ament_has_pytest_cov() - Change ament_has_pytest_cov() to ament_get_pytest_cov_version() - Do not return() if pytest_cov is not found in ament_add_pytest_test() - Fix missing empty <options> argument - Simplify pytest_cov version regex match - Write pytest_cov results to test-specific directory - Make sure to create test-specific pytest_cov directory

  • Contributors: Christophe Bedard

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Add runner option to ament_add_test (#174)
    • ament_cmake allow speficiation of a different test runner
    • By default, still uses run_test.py
    • Example use case: ament_cmake_ros can use a test runner that sets a ROS_DOMAIN_ID
    • ament_cmake move run_test.py to a python module
    • This should let us see the history
    • ament_cmake refactor run_test.py into an importable python module
    • Adds an ament_cmake_test python package
  • Add WERROR option to ament_add_pytest_test (#168) This has the benefit of making deprecation warnings visible, which are not by default. Default value for the option is OFF.
  • Contributors: Jacob Perron, Peter Baughman

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • add ament_cmake_pytest package (#116)
    • add ament_cmake_pytest package
    • doc fixup
    • wrap comment
  • Contributors: Dirk Thomas

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
angles github-ros-angles
diagnostic_aggregator github-ros-diagnostics
diagnostic_common_diagnostics github-ros-diagnostics
diagnostic_updater github-ros-diagnostics
flexbe_testing github-flexbe-flexbe_behavior_engine
fmi_adapter github-boschresearch-fmi_adapter
foxglove_msgs github-foxglove-schemas
fuse_core github-locusrobotics-fuse
fuse_variables github-locusrobotics-fuse
tf2_geometry_msgs github-ros2-geometry2
tf2_py github-ros2-geometry2
tf2_sensor_msgs github-ros2-geometry2
stereo_image_proc github-ros-perception-image_pipeline
laser_geometry github-ros-perception-laser_geometry
mavros github-mavlink-mavros
moveit_py github-ros-planning-moveit2
pcl_ros github-ros-perception-perception_pcl
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
realsense2_camera github-IntelRealSense-realsense-ros
resource_retriever github-ros-resource_retriever
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
rviz2 github-ros2-rviz
srdfdom github-ros-planning-srdfdom
cv_bridge github-ros-perception-vision_opencv
image_geometry github-ros-perception-vision_opencv
xacro github-ros-xacro
ament_cmake_ros github-ros2-ament_cmake_ros
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
test_launch_testing github-ros2-launch
message_filters github-ros2-message_filters
nav2_bringup github-ros-planning-navigation2
nav2_constrained_smoother github-ros-planning-navigation2
nav2_controller github-ros-planning-navigation2
nav2_core github-ros-planning-navigation2
nav2_lifecycle_manager github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_smac_planner github-ros-planning-navigation2
nav2_smoother github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
nav2_util github-ros-planning-navigation2
nav2_waypoint_follower github-ros-planning-navigation2
rclc github-ros2-rclc
rclc_parameter github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
rmf_fleet_adapter_python github-open-rmf-rmf_ros2
test_tracetools github-ros2-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_generator_tests github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_dds_idl github-ros2-rosidl_dds
rosidl_generator_py github-ros2-rosidl_python
rosidl_typesupport_fastrtps_c github-ros2-rosidl_typesupport_fastrtps
rosidl_typesupport_fastrtps_cpp github-ros2-rosidl_typesupport_fastrtps
test_cli github-ros2-system_tests
ros_core github-ros2-variants
ros_image_to_qimage github-ros-sports-ros_image_to_qimage
ur_description github-UniversalRobots-Universal_Robots_ROS2_Description
classic_bags github-MetroRobots-classic_bags
event_camera_py github-ros-event-camera-event_camera_py

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.3.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version rolling
Last Updated 2024-03-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_pytest

2.3.2 (2023-12-26)

2.3.1 (2023-11-06)

2.3.0 (2023-09-07)

2.2.2 (2023-08-21)

2.2.1 (2023-06-21)

2.2.0 (2023-06-07)

2.1.0 (2023-04-26)

2.0.2 (2023-04-12)

  • Fix test skipping logic for missing pytest module (#441)
  • Add missing buildtool_depend on python3-pytest (#440)
  • Contributors: Scott K Logan

2.0.1 (2023-04-11)

  • ament_cmake_pytest needs a buildtool_depend on ament_cmake_test. (#439)
  • Contributors: Chris Lalancette

2.0.0 (2023-04-11)

  • Fix pytest-cov version detection with pytest >=7.0.0 (#436)
  • use the error handler replace to allow non-utf8 to be decoded (#381)
  • Contributors: Christophe Bedard, El Jawad Alaa

1.5.3 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#411)
    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

  • Add NOCAPTURE option to ament_add_pytest_test (#393)
  • Contributors: Jacob Perron

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Fix misleading comment (#361)
  • Contributors: Audrow Nash, Tim Clephas

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Support commands with executable targets (#352)
  • Mention other platforms in \'pytest/pytest-cov not found\' warning (#337)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Christophe Bedard, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

  • Fix ament_get_pytest_cov_version for newer versions of pytest (#315)
  • Contributors: Christophe Bedard

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Enable coverage information generation for pytest tests with CMake (#226)

    • Enable coverage information generation for pytest tests with CMake
    • Add comment about pytest-cov version requirement for --cov-branch
    • Add --pytest-with-coverage to run_test.py and mention the env var
    • Rename to AMENT_CMAKE_TEST_PYTEST_WITH_COVERAGE
    • Fix missing quote

    * Exclude gtests from pytest coverage explicitly They were excluded before, but only because gtests didn\'t use --env or --append-end. - Append pytest-cov flags in ament_add_pytest_test() directly - Fix ament_has_pytest_cov() - Change default logic to avoid overriding CLI params - Remove --cov-append pytest_cov option - Simplify indentation - Remove QUIET arg from ament_has_pytest_cov() - Change ament_has_pytest_cov() to ament_get_pytest_cov_version() - Do not return() if pytest_cov is not found in ament_add_pytest_test() - Fix missing empty <options> argument - Simplify pytest_cov version regex match - Write pytest_cov results to test-specific directory - Make sure to create test-specific pytest_cov directory

  • Contributors: Christophe Bedard

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Add runner option to ament_add_test (#174)
    • ament_cmake allow speficiation of a different test runner
    • By default, still uses run_test.py
    • Example use case: ament_cmake_ros can use a test runner that sets a ROS_DOMAIN_ID
    • ament_cmake move run_test.py to a python module
    • This should let us see the history
    • ament_cmake refactor run_test.py into an importable python module
    • Adds an ament_cmake_test python package
  • Add WERROR option to ament_add_pytest_test (#168) This has the benefit of making deprecation warnings visible, which are not by default. Default value for the option is OFF.
  • Contributors: Jacob Perron, Peter Baughman

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • add ament_cmake_pytest package (#116)
    • add ament_cmake_pytest package
    • doc fixup
    • wrap comment
  • Contributors: Dirk Thomas

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
angles github-ros-angles
diagnostic_aggregator github-ros-diagnostics
diagnostic_common_diagnostics github-ros-diagnostics
diagnostic_updater github-ros-diagnostics
flexbe_testing github-flexbe-flexbe_behavior_engine
fmi_adapter github-boschresearch-fmi_adapter
foxglove_msgs github-foxglove-schemas
fuse_core github-locusrobotics-fuse
fuse_variables github-locusrobotics-fuse
tf2_geometry_msgs github-ros2-geometry2
tf2_py github-ros2-geometry2
tf2_sensor_msgs github-ros2-geometry2
stereo_image_proc github-ros-perception-image_pipeline
laser_geometry github-ros-perception-laser_geometry
mavros github-mavlink-mavros
moveit_py github-ros-planning-moveit2
pcl_ros github-ros-perception-perception_pcl
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
resource_retriever github-ros-resource_retriever
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
rviz2 github-ros2-rviz
srdfdom github-ros-planning-srdfdom
cv_bridge github-ros-perception-vision_opencv
image_geometry github-ros-perception-vision_opencv
xacro github-ros-xacro
ament_cmake_ros github-ros2-ament_cmake_ros
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
test_launch_testing github-ros2-launch
message_filters github-ros2-message_filters
rclc github-ros2-rclc
rclc_parameter github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
rmf_fleet_adapter_python github-open-rmf-rmf_ros2
lttngpy github-ros2-ros2_tracing
test_tracetools github-ros2-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_generator_tests github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_dds_idl github-ros2-rosidl_dds
rosidl_generator_py github-ros2-rosidl_python
rosidl_typesupport_fastrtps_c github-ros2-rosidl_typesupport_fastrtps
rosidl_typesupport_fastrtps_cpp github-ros2-rosidl_typesupport_fastrtps
test_cli github-ros2-system_tests
ros_core github-ros2-variants
ros_image_to_qimage github-ros-sports-ros_image_to_qimage
ur_description github-UniversalRobots-Universal_Robots_ROS2_Description
classic_bags github-MetroRobots-classic_bags
event_camera_py github-ros-event-camera-event_camera_py

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.4.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version ardent
Last Updated 2017-12-09
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.5.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version bouncy
Last Updated 2018-07-17
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.6.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version crystal
Last Updated 2019-03-10
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
angles github-ros-angles
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
rqt_py_common github-ros-visualization-rqt
xacro github-ros-xacro
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
message_filters github-ros2-message_filters
nav2_amcl github-ros-planning-navigation2
nav2_bringup github-ros-planning-navigation2
nav2_bt_navigator github-ros-planning-navigation2
nav2_costmap_2d github-ros-planning-navigation2
costmap_queue github-ros-planning-navigation2
dwb_controller github-ros-planning-navigation2
dwb_core github-ros-planning-navigation2
dwb_critics github-ros-planning-navigation2
dwb_msgs github-ros-planning-navigation2
dwb_plugins github-ros-planning-navigation2
nav2_dwb_controller github-ros-planning-navigation2
nav_2d_msgs github-ros-planning-navigation2
nav_2d_utils github-ros-planning-navigation2
nav2_dynamic_params github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_mission_executor github-ros-planning-navigation2
nav2_motion_primitives github-ros-planning-navigation2
nav2_msgs github-ros-planning-navigation2
nav2_navfn_planner github-ros-planning-navigation2
nav2_robot github-ros-planning-navigation2
nav2_simple_navigator github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
nav2_tasks github-ros-planning-navigation2
nav2_util github-ros-planning-navigation2
nav2_voxel_grid github-ros-planning-navigation2
nav2_world_model github-ros-planning-navigation2
navigation2 github-ros-planning-navigation2
rcl github-ros2-rcl
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
ros1_bridge github-ros2-ros1_bridge
rosidl_actions github-ros2-rosidl
rosidl_adapter github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_py github-ros2-rosidl_python
ros_core github-ros2-variants

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.3
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version eloquent
Last Updated 2020-11-30
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version dashing
Last Updated 2020-11-24
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
angles github-ros-angles
diagnostic_updater github-ros-diagnostics
fmi_adapter github-boschresearch-fmi_adapter
stereo_image_proc github-ros-perception-image_pipeline
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
xacro github-ros-xacro
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
launch_testing_ament_cmake github-ros2-launch
test_launch_testing github-ros2-launch
message_filters github-ros2-message_filters
nav2_amcl github-ros-planning-navigation2
nav2_behavior_tree github-ros-planning-navigation2
nav2_bringup github-ros-planning-navigation2
nav2_bt_navigator github-ros-planning-navigation2
nav2_costmap_2d github-ros-planning-navigation2
costmap_queue github-ros-planning-navigation2
dwb_controller github-ros-planning-navigation2
dwb_core github-ros-planning-navigation2
dwb_critics github-ros-planning-navigation2
dwb_msgs github-ros-planning-navigation2
dwb_plugins github-ros-planning-navigation2
nav2_dwb_controller github-ros-planning-navigation2
nav_2d_msgs github-ros-planning-navigation2
nav_2d_utils github-ros-planning-navigation2
nav2_dynamic_params github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_msgs github-ros-planning-navigation2
nav2_navfn_planner github-ros-planning-navigation2
nav2_recoveries github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
nav2_util github-ros-planning-navigation2
nav2_voxel_grid github-ros-planning-navigation2
nav2_world_model github-ros-planning-navigation2
navigation2 github-ros-planning-navigation2
rcl github-ros2-rcl
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclc github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
tracetools_test gitlab-ros-tracing-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_py github-ros2-rosidl_python
ros_core github-ros2-variants

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_pytest

1.1.6 (2022-12-02)

1.1.5 (2022-01-14)

  • Fix misleading comment (#361) (#369).
  • Update maintainers (backport #362) (#370).
  • Contributors: Audrow Nash, Tim Clephas

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

  • Fix ament_get_pytest_cov_version for newer versions of pytest (#315)
  • Contributors: Christophe Bedard

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Enable coverage information generation for pytest tests with CMake (#226)

    • Enable coverage information generation for pytest tests with CMake
    • Add comment about pytest-cov version requirement for --cov-branch
    • Add --pytest-with-coverage to run_test.py and mention the env var
    • Rename to AMENT_CMAKE_TEST_PYTEST_WITH_COVERAGE
    • Fix missing quote

    * Exclude gtests from pytest coverage explicitly They were excluded before, but only because gtests didn\'t use --env or --append-end. - Append pytest-cov flags in ament_add_pytest_test() directly - Fix ament_has_pytest_cov() - Change default logic to avoid overriding CLI params - Remove --cov-append pytest_cov option - Simplify indentation - Remove QUIET arg from ament_has_pytest_cov() - Change ament_has_pytest_cov() to ament_get_pytest_cov_version() - Do not return() if pytest_cov is not found in ament_add_pytest_test() - Fix missing empty <options> argument - Simplify pytest_cov version regex match - Write pytest_cov results to test-specific directory - Make sure to create test-specific pytest_cov directory

  • Contributors: Christophe Bedard

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Add runner option to ament_add_test (#174)
    • ament_cmake allow speficiation of a different test runner
    • By default, still uses run_test.py
    • Example use case: ament_cmake_ros can use a test runner that sets a ROS_DOMAIN_ID
    • ament_cmake move run_test.py to a python module
    • This should let us see the history
    • ament_cmake refactor run_test.py into an importable python module
    • Adds an ament_cmake_test python package
  • Add WERROR option to ament_add_pytest_test (#168) This has the benefit of making deprecation warnings visible, which are not by default. Default value for the option is OFF.
  • Contributors: Jacob Perron, Peter Baughman

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • add ament_cmake_pytest package (#116)
    • add ament_cmake_pytest package
    • doc fixup
    • wrap comment
  • Contributors: Dirk Thomas

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
diagnostic_aggregator github-ros-diagnostics
diagnostic_updater github-ros-diagnostics
foxglove_msgs github-foxglove-schemas
tf2_geometry_msgs github-ros2-geometry2
tf2_py github-ros2-geometry2
stereo_image_proc github-ros-perception-image_pipeline
mavros github-mavlink-mavros
moveit_py github-ros-planning-moveit2
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
resource_retriever github-ros-resource_retriever
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
srdfdom github-ros-planning-srdfdom
cv_bridge github-ros-perception-vision_opencv
image_geometry github-ros-perception-vision_opencv
xacro github-ros-xacro
ament_cmake_ros github-ros2-ament_cmake_ros
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
test_launch_testing github-ros2-launch
message_filters github-ros2-message_filters
nav2_bringup github-ros-planning-navigation2
nav2_controller github-ros-planning-navigation2
nav2_core github-ros-planning-navigation2
nav2_lifecycle_manager github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_smac_planner github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
nav2_util github-ros-planning-navigation2
nav2_waypoint_follower github-ros-planning-navigation2
rclc github-ros2-rclc
rclc_parameter github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
rmf_fleet_adapter_python github-open-rmf-rmf_ros2
tracetools_test github-ros2-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_dds_idl github-ros2-rosidl_dds
rosidl_generator_py github-ros2-rosidl_python
test_cli github-ros2-system_tests
ros_core github-ros2-variants
ur_description github-UniversalRobots-Universal_Robots_ROS2_Description

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.12
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version foxy
Last Updated 2023-05-27
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to run Python tests using pytest in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
diagnostic_aggregator github-ros-diagnostics
diagnostic_common_diagnostics github-ros-diagnostics
diagnostic_updater github-ros-diagnostics
fmi_adapter github-boschresearch-fmi_adapter
foxglove_msgs github-foxglove-schemas
tf2_geometry_msgs github-ros2-geometry2
tf2_py github-ros2-geometry2
tf2_ros github-ros2-geometry2
stereo_image_proc github-ros-perception-image_pipeline
mavros github-mavlink-mavros
moveit_py github-ros-planning-moveit2
python_qt_binding github-ros-visualization-python_qt_binding
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
resource_retriever github-ros-resource_retriever
rosapi github-RobotWebTools-rosbridge_suite
rosbridge_library github-RobotWebTools-rosbridge_suite
rosbridge_test_msgs github-RobotWebTools-rosbridge_suite
rqt_py_common github-ros-visualization-rqt
srdfdom github-ros-planning-srdfdom
cv_bridge github-ros-perception-vision_opencv
image_geometry github-ros-perception-vision_opencv
xacro github-ros-xacro
ament_cmake_ros github-ros2-ament_cmake_ros
crane_plus_description github-rt-net-crane_plus
composition github-ros2-demos
demo_nodes_cpp github-ros2-demos
demo_nodes_cpp_native github-ros2-demos
image_tools github-ros2-demos
intra_process_demo github-ros2-demos
logging_demo github-ros2-demos
pendulum_control github-ros2-demos
grepros github-suurjaak-grepros
test_launch_testing github-ros2-launch
maliput_dragway github-maliput-maliput_dragway
maliput_integration github-maliput-maliput_integration
maliput_object_py github-maliput-maliput_object_py
maliput_py github-maliput-maliput_py
message_filters github-ros2-message_filters
nav2_bringup github-ros-planning-navigation2
nav2_core github-ros-planning-navigation2
nav2_map_server github-ros-planning-navigation2
nav2_system_tests github-ros-planning-navigation2
rcl github-ros2-rcl
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclc github-ros2-rclc
rclc_parameter github-ros2-rclc
rclpy github-ros2-rclpy
rcutils github-ros2-rcutils
rmf_fleet_adapter_python github-open-rmf-rmf_ros2
tracetools_test github-ros2-ros2_tracing
rosidl_adapter github-ros2-rosidl
rosidl_parser github-ros2-rosidl
rosidl_generator_py github-ros2-rosidl_python
test_cli github-ros2-system_tests
ros_core github-ros2-variants

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_pytest at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.