Commit graph

159 commits

Author SHA1 Message Date
Christophe Bedard
f10fb2c137 1.0.5
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-12-22 10:42:24 -05:00
Christophe Bedard
414dadcd7c Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-12-22 10:40:40 -05:00
ahcorde
b2c7eaf1df Increased code coverage > 94%
Backport of 0d0f8642060c47708ef2286359f7d4dab44fae72 from !211

Signed-off-by: ahcorde <ahcorde@gmail.com>
2020-11-02 16:04:36 -05:00
Christophe Bedard
dd35ccec58 1.0.4
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-09-20 20:28:30 -04:00
Christophe Bedard
1ba6de1fa4 Make tracetools_test's conf.py file a standalone config
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-08-19 08:55:29 -04:00
Christophe Bedard
5902bb3340 1.0.2 2020-06-24 11:08:54 -04:00
Christophe Bedard
dfcfe503c1 1.0.1
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-27 08:57:45 -04:00
Christophe Bedard
87e696205c Add sphinx documentation for tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-17 10:10:11 -04:00
Christophe Bedard
dc9b621f89 Merge branch '76-set-up-code-coverage-report-s' into 'master'
Set up code coverage job with reports

Closes #76

See merge request micro-ROS/ros_tracing/ros2_tracing!164
2020-04-25 17:18:30 +00:00
Christophe Bedard
9255c0d723 Set up code coverage reports in CI for tracetools and tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-25 17:18:30 +00:00
Christophe Bedard
17573951dd 1.0.0
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-24 19:10:02 -04:00
Christophe Bedard
ef26a05a41 Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-24 19:07:41 -04:00
Christophe Bedard
5c9e301e62 Use executable= instead of node_executable= with launch_ros.*.Node
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-21 10:58:15 -04:00
Christophe Bedard
14776ec7e5 Merge branch 'one-tracetools-test-pytest-call' into 'master'
Call ament_add_pytest_test() only once for tracetools_test

See merge request micro-ROS/ros_tracing/ros2_tracing!165
2020-04-21 13:43:10 +00:00
Christophe Bedard
9c464ffb71 Add <test_depend> on python3-pytest-cov for tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-18 13:27:01 -04:00
Christophe Bedard
49a75500bc Call ament_add_pytest_test() only once for tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-18 13:22:33 -04:00
Christophe Bedard
3079cfc568 Remove launch_ros.get_default_launch_description
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-18 10:33:22 -04:00
Christophe Bedard
cb149f8bc0 Only target tracetools transitively for tracetools_test tests
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-08 23:42:07 -04:00
Christophe Bedard
c086d8b843 Move test_utils from tracetools to tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-08 23:42:07 -04:00
Christophe Bedard
ae9dd2431b Use ament_export_link_flags() to export -rdynamic from tracetools
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-08 23:08:25 -04:00
Christophe Bedard
eaa2b10f77 0.3.0
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-04 09:27:31 -08:00
Christophe Bedard
f768c59111 Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-04 09:23:59 -08:00
Christophe Bedard
9450bfeea9 Add mypy tests through ament_mypy
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-01 15:55:16 -05:00
Christophe Bedard
1b73e4be94 Merge and update service test to cover callback registration 2020-02-08 19:23:05 -05:00
Christophe Bedard
bae71f0cad Make order check optional for assertMatchingField() 2020-02-08 19:22:42 -05:00
Christophe Bedard
ac74477458 Extract more assertValidPointer() method from assertValidPointer() 2020-02-08 19:22:17 -05:00
Christophe Bedard
b9b23fd3d7 Apply relevant formatting 2020-01-19 10:04:24 -05:00
Christophe Bedard
9dd8a2efb2 Fix default value for events_kernel in TraceTestCase 2020-01-19 10:03:33 -05:00
Christophe Bedard
5cd2298545 0.2.12 2019-12-09 13:18:31 -08:00
Christophe Bedard
cb6579ad3c Update changelogs 2019-12-09 13:17:17 -08:00
Christophe Bedard
df2e47b875 Merge branch 'nuclearsandwich/resolve-d401' into 'master'
Use imperative mood in constructor docstring.

See merge request micro-ROS/ros_tracing/ros2_tracing!118
2019-12-09 20:44:15 +00:00
Steven! Ragnarök
ae1c4766a2 Use imperative mood in constructor docstring.
Resolves D401 in pydocstyle and flake8.

Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
2019-12-09 14:17:18 -05:00
Christophe Bedard
2583c213f8 0.2.11 2019-12-09 10:48:08 -08:00
Christophe Bedard
7e2c3a01c5 Update changelogs 2019-12-09 10:46:18 -08:00
Christophe Bedard
534228557c Fix working directory for tracetools_test Python tests 2019-11-25 16:38:07 -08:00
Christophe Bedard
9e050d4abd Fix version regex to support multi-digit numbers 2019-11-19 10:21:33 -08:00
Christophe Bedard
866dada87b 0.2.10 2019-11-17 15:48:51 -08:00
Christophe Bedard
17bf788f3e Update changelogs 2019-11-17 15:47:06 -08:00
Christophe Bedard
3a8f30e710 Merge test_subscription* into test_subscription 2019-11-16 16:43:53 -08:00
Christophe Bedard
7c0e5712b1 Update test_subscription after new intra-process communications 2019-11-16 15:56:50 -08:00
Christophe Bedard
841bc50f65 Update style in test_timer 2019-11-16 15:52:15 -08:00
Christophe Bedard
bb509e672c Update style for test_subscription_callback 2019-11-16 15:27:08 -08:00
Christophe Bedard
a5739a099c Add comma 2019-11-16 15:25:52 -08:00
Christophe Bedard
3fd400d039 Update style in test_service 2019-11-16 15:20:55 -08:00
Christophe Bedard
481dbea21b Update style in TraceTestCase file 2019-11-16 15:18:25 -08:00
Christophe Bedard
40ebb9d09a Add note about procname getting truncated in get_events_with_procname() 2019-11-16 15:18:00 -08:00
Christophe Bedard
5b5731dc84 Update style for test_service_callback 2019-11-16 15:17:15 -08:00
Christophe Bedard
ff4155ab84 Update style in test_publisher 2019-11-16 15:09:26 -08:00
Christophe Bedard
3c3a575c80 Refactor handling of str vs. list(str) in assertValidHandle 2019-11-16 15:09:10 -08:00
Christophe Bedard
66750e4fbb Update style in test_node 2019-11-16 15:03:42 -08:00