Add 'ros2trace/' from commit '9eb99e7d9d'

git-subtree-dir: ros2trace
git-subtree-mainline: c9d2f35887
git-subtree-split: 9eb99e7d9d
This commit is contained in:
Christophe Bedard 2019-06-24 10:02:07 +02:00
commit ffd1faa1f7
11 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# Copyright 2019 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from ament_xmllint.main import main
import pytest
@pytest.mark.linter
@pytest.mark.xmllint
def test_xmllint():
rc = main(argv=[])
assert rc == 0, 'Found errors'