pax_global_header00006660000000000000000000000064145043212560014514gustar00rootroot0000000000000052 comment=ab8fd39a78e17d4799ae7e94a7678c510de96ee5 colcon-bash-0.5.0/000077500000000000000000000000001450432125600137065ustar00rootroot00000000000000colcon-bash-0.5.0/.github/000077500000000000000000000000001450432125600152465ustar00rootroot00000000000000colcon-bash-0.5.0/.github/workflows/000077500000000000000000000000001450432125600173035ustar00rootroot00000000000000colcon-bash-0.5.0/.github/workflows/ci.yaml000066400000000000000000000012071450432125600205620ustar00rootroot00000000000000name: Run tests on: push: branches: ['master'] pull_request: jobs: setup: runs-on: ubuntu-latest outputs: strategy: ${{steps.load.outputs.strategy}} steps: - uses: actions/checkout@v2 with: repository: colcon/ci - id: load run: echo "::set-output name=strategy::$(echo $(cat strategy.json))" pytest: needs: [setup] strategy: ${{fromJson(needs.setup.outputs.strategy)}} runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{matrix.python}} - uses: colcon/ci@v1 colcon-bash-0.5.0/LICENSE000066400000000000000000000261361450432125600147230ustar00rootroot00000000000000 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. colcon-bash-0.5.0/README.rst000066400000000000000000000002421450432125600153730ustar00rootroot00000000000000colcon-bash =========== An extension for `colcon-core `_ to provide `Bash `_ scripts. colcon-bash-0.5.0/colcon_bash/000077500000000000000000000000001450432125600161605ustar00rootroot00000000000000colcon-bash-0.5.0/colcon_bash/__init__.py000066400000000000000000000001521450432125600202670ustar00rootroot00000000000000# Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 __version__ = '0.5.0' colcon-bash-0.5.0/colcon_bash/shell/000077500000000000000000000000001450432125600172675ustar00rootroot00000000000000colcon-bash-0.5.0/colcon_bash/shell/__init__.py000066400000000000000000000000001450432125600213660ustar00rootroot00000000000000colcon-bash-0.5.0/colcon_bash/shell/bash.py000066400000000000000000000063231450432125600205620ustar00rootroot00000000000000# Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 from pathlib import Path import sys from colcon_core.plugin_system import satisfies_version from colcon_core.plugin_system import SkipExtensionException from colcon_core.prefix_path import get_chained_prefix_path from colcon_core.shell import logger from colcon_core.shell import ShellExtensionPoint from colcon_core.shell import use_all_shell_extensions from colcon_core.shell.template import expand_template class BashShell(ShellExtensionPoint): """Generate `.bash` scripts to extend the environment.""" def __init__(self): # noqa: D107 super().__init__() satisfies_version(ShellExtensionPoint.EXTENSION_POINT_VERSION, '^2.2') if sys.platform == 'win32' and not use_all_shell_extensions: raise SkipExtensionException('Not used on Windows systems') def create_prefix_script(self, prefix_path, merge_install): # noqa: D102 prefix_env_path = prefix_path / 'local_setup.bash' logger.info( "Creating prefix script '{prefix_env_path}'".format_map(locals())) expand_template( Path(__file__).parent / 'template' / 'prefix.bash.em', prefix_env_path, { 'python_executable': sys.executable, 'merge_install': merge_install, 'package_script_no_ext': 'package', }) # no need to copy prefix_util.py explicitly since bash relies on sh prefix_chain_env_path = prefix_path / 'setup.bash' logger.info( "Creating prefix chain script '{prefix_chain_env_path}'" .format_map(locals())) expand_template( Path(__file__).parent / 'template' / 'prefix_chain.bash.em', prefix_chain_env_path, { 'chained_prefix_path': get_chained_prefix_path( skip=prefix_path), 'prefix_script_no_ext': 'local_setup', }) return [ prefix_env_path, prefix_chain_env_path, ] def create_package_script( # noqa: D102 self, prefix_path, pkg_name, hooks ): pkg_env_path = prefix_path / 'share' / pkg_name / 'package.bash' logger.info( "Creating package script '{pkg_env_path}'".format_map(locals())) expand_template( Path(__file__).parent / 'template' / 'package.bash.em', pkg_env_path, { 'pkg_name': pkg_name, 'hooks': list(filter( lambda hook: str(hook[0]).endswith('.bash'), hooks)), 'package_script_no_ext': 'package', }) return [pkg_env_path] def create_hook_set_value( # noqa: D102 self, env_hook_name, prefix_path, pkg_name, name, value, ): hook_path = prefix_path / 'share' / pkg_name / 'hook' / \ ('%s.bash' % env_hook_name) logger.info("Creating environment hook '%s'" % hook_path) if value == '': value = '$COLCON_CURRENT_PREFIX' expand_template( Path(__file__).parent / 'template' / 'hook_set_value.bash.em', hook_path, {'name': name, 'value': value}) return hook_path colcon-bash-0.5.0/colcon_bash/shell/template/000077500000000000000000000000001450432125600211025ustar00rootroot00000000000000colcon-bash-0.5.0/colcon_bash/shell/template/__init__.py000066400000000000000000000000001450432125600232010ustar00rootroot00000000000000colcon-bash-0.5.0/colcon_bash/shell/template/hook_set_value.bash.em000066400000000000000000000001361450432125600253500ustar00rootroot00000000000000# generated from colcon_bash/shell/template/hook_set_value.bash.em export @(name)="@(value)" colcon-bash-0.5.0/colcon_bash/shell/template/package.bash.em000066400000000000000000000027221450432125600237370ustar00rootroot00000000000000# generated from colcon_bash/shell/template/package.bash.em # This script extends the environment for this package. # a bash script is able to determine its own path if necessary if [ -z "$COLCON_CURRENT_PREFIX" ]; then # the prefix is two levels up from the package specific share directory _colcon_package_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." > /dev/null && pwd)" else _colcon_package_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" fi # function to source another script with conditional trace output # first argument: the path of the script # additional arguments: arguments to the script _colcon_package_bash_source_script() { if [ -f "$1" ]; then if [ -n "$COLCON_TRACE" ]; then echo "# . \"$1\"" fi . "$@@" else echo "not found: \"$1\"" 1>&2 fi } # source sh script of this package _colcon_package_bash_source_script "$_colcon_package_bash_COLCON_CURRENT_PREFIX/share/@(pkg_name)/@(package_script_no_ext).sh" @[if hooks]@ # setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts COLCON_CURRENT_PREFIX="$_colcon_package_bash_COLCON_CURRENT_PREFIX" # source bash hooks @[ for hook in hooks]@ _colcon_package_bash_source_script "$COLCON_CURRENT_PREFIX/@(hook[0])"@ @[ for hook_arg in hook[1]]@ @(hook_arg)@ @[ end for] @[ end for]@ unset COLCON_CURRENT_PREFIX @[end if]@ unset _colcon_package_bash_source_script unset _colcon_package_bash_COLCON_CURRENT_PREFIX colcon-bash-0.5.0/colcon_bash/shell/template/prefix.bash.em000066400000000000000000000073531450432125600236460ustar00rootroot00000000000000# generated from colcon_bash/shell/template/prefix.bash.em # This script extends the environment with all packages contained in this # prefix path. # a bash script is able to determine its own path if necessary if [ -z "$COLCON_CURRENT_PREFIX" ]; then _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" else _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" fi # function to prepend a value to a variable # which uses colons as separators # duplicates as well as trailing separators are avoided # first argument: the name of the result variable # second argument: the value to be prepended _colcon_prefix_bash_prepend_unique_value() { # arguments _listname="$1" _value="$2" # get values from variable eval _values=\"\$$_listname\" # backup the field separator _colcon_prefix_bash_prepend_unique_value_IFS="$IFS" IFS=":" # start with the new value _all_values="$_value" _contained_value="" # iterate over existing values in the variable for _item in $_values; do # ignore empty strings if [ -z "$_item" ]; then continue fi # ignore duplicates of _value if [ "$_item" = "$_value" ]; then _contained_value=1 continue fi # keep non-duplicate values _all_values="$_all_values:$_item" done unset _item if [ -z "$_contained_value" ]; then if [ -n "$COLCON_TRACE" ]; then if [ "$_all_values" = "$_value" ]; then echo "export $_listname=$_value" else echo "export $_listname=$_value:\$$_listname" fi fi fi unset _contained_value # restore the field separator IFS="$_colcon_prefix_bash_prepend_unique_value_IFS" unset _colcon_prefix_bash_prepend_unique_value_IFS # export the updated variable eval export $_listname=\"$_all_values\" unset _all_values unset _values unset _value unset _listname } # add this prefix to the COLCON_PREFIX_PATH _colcon_prefix_bash_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX" unset _colcon_prefix_bash_prepend_unique_value # check environment variable for custom Python executable if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" return 1 fi _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" else # try the Python executable known at configure time _colcon_python_executable="@(python_executable)" # if it doesn't exist try a fall back if [ ! -f "$_colcon_python_executable" ]; then if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then echo "error: unable to find python3 executable" return 1 fi _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` fi fi # function to source another script with conditional trace output # first argument: the path of the script _colcon_prefix_sh_source_script() { if [ -f "$1" ]; then if [ -n "$COLCON_TRACE" ]; then echo "# . \"$1\"" fi . "$1" else echo "not found: \"$1\"" 1>&2 fi } # get all commands in topological order _colcon_ordered_commands="$(@ $_colcon_python_executable "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh bash@ @[if merge_install]@ --merged-install@ @[end if]@ )" unset _colcon_python_executable if [ -n "$COLCON_TRACE" ]; then echo "$(declare -f _colcon_prefix_sh_source_script)" echo "# Execute generated script:" echo "# <<<" echo "${_colcon_ordered_commands}" echo "# >>>" echo "unset _colcon_prefix_sh_source_script" fi eval "${_colcon_ordered_commands}" unset _colcon_ordered_commands unset _colcon_prefix_sh_source_script unset _colcon_prefix_bash_COLCON_CURRENT_PREFIX colcon-bash-0.5.0/colcon_bash/shell/template/prefix_chain.bash.em000066400000000000000000000023541450432125600250040ustar00rootroot00000000000000# generated from colcon_bash/shell/template/prefix_chain.bash.em # This script extends the environment with the environment of other prefix # paths which were sourced when this file was generated as well as all packages # contained in this prefix path. # function to source another script with conditional trace output # first argument: the path of the script _colcon_prefix_chain_bash_source_script() { if [ -f "$1" ]; then if [ -n "$COLCON_TRACE" ]; then echo "# . \"$1\"" fi . "$1" else echo "not found: \"$1\"" 1>&2 fi } @[if chained_prefix_path]@ # source chained prefixes @[ for prefix in reversed(chained_prefix_path)]@ # setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script COLCON_CURRENT_PREFIX="@(prefix)" _colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/@(prefix_script_no_ext).bash" @[ end for]@ @[end if]@ # source this prefix # setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" _colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/@(prefix_script_no_ext).bash" unset COLCON_CURRENT_PREFIX unset _colcon_prefix_chain_bash_source_script colcon-bash-0.5.0/publish-python.yaml000066400000000000000000000005561450432125600175650ustar00rootroot00000000000000artifacts: - type: wheel uploads: - type: pypi - type: stdeb uploads: - type: packagecloud config: repository: dirk-thomas/colcon distributions: - ubuntu:bionic - ubuntu:focal - ubuntu:jammy - debian:stretch - debian:buster - debian:bullseye colcon-bash-0.5.0/setup.cfg000066400000000000000000000035251450432125600155340ustar00rootroot00000000000000[metadata] name = colcon-bash version = attr: colcon_bash.__version__ url = https://colcon.readthedocs.io project_urls = Changelog = https://github.com/colcon/colcon-bash/milestones?direction=desc&sort=due_date&state=closed GitHub = https://github.com/colcon/colcon-bash/ author = Dirk Thomas author_email = web@dirk-thomas.net maintainer = Dirk Thomas maintainer_email = web@dirk-thomas.net classifiers = Development Status :: 3 - Alpha Environment :: Plugins Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: MacOS Operating System :: POSIX Programming Language :: Python Topic :: Software Development :: Build Tools license = Apache License, Version 2.0 description = Extension for colcon to provide Bash scripts. long_description = file: README.rst keywords = colcon [options] install_requires = colcon-core>=0.12.0 packages = find: zip_safe = false [options.extras_require] test = flake8>=3.6.0 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes pep8-naming pylint pytest pytest-cov scspell3k>=2.2 [tool:pytest] filterwarnings = error # Suppress deprecation warnings in other packages ignore:lib2to3 package is deprecated::scspell ignore:pkg_resources is deprecated as an API::flake8_import_order ignore:SelectableGroups dict interface is deprecated::flake8 ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pyreadline junit_suite_name = colcon-bash [options.entry_points] colcon_core.shell = bash = colcon_bash.shell.bash:BashShell [options.package_data] colcon_bash.shell.template = *.em [flake8] import-order-style = google [coverage:run] source = colcon_bash colcon-bash-0.5.0/setup.py000066400000000000000000000001721450432125600154200ustar00rootroot00000000000000# Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 from setuptools import setup setup() colcon-bash-0.5.0/stdeb.cfg000066400000000000000000000002201450432125600154620ustar00rootroot00000000000000[colcon-bash] No-Python2: Depends3: python3-colcon-core (>= 0.12.0) Suite: bionic focal jammy stretch buster bullseye X-Python3-Version: >= 3.5 colcon-bash-0.5.0/test/000077500000000000000000000000001450432125600146655ustar00rootroot00000000000000colcon-bash-0.5.0/test/spell_check.words000066400000000000000000000001131450432125600202140ustar00rootroot00000000000000apache colcon iterdir noqa pathlib plugin pytest scspell setuptools thomas colcon-bash-0.5.0/test/test_copyright_license.py000066400000000000000000000024271450432125600220150ustar00rootroot00000000000000# Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 from pathlib import Path import sys def test_copyright_license(): missing = check_files([Path(__file__).parents[1]]) assert not len(missing), \ 'In some files no copyright / license line was found' def check_files(paths): missing = [] for path in paths: if path.is_dir(): for p in sorted(path.iterdir()): if p.name.startswith('.'): continue if p.name.endswith('.py') or p.is_dir(): missing += check_files([p]) if path.is_file(): content = path.read_text() if not content: continue lines = content.splitlines() has_copyright = \ any(line for line in lines if line.startswith('# Copyright')) has_license = \ '# Licensed under the Apache License, Version 2.0' in lines if not has_copyright or not has_license: print( 'Could not find copyright / license in:', path, file=sys.stderr) missing .append(path) else: print('Found copyright / license in:', path) return missing colcon-bash-0.5.0/test/test_flake8.py000066400000000000000000000027761450432125600174640ustar00rootroot00000000000000# Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 import logging from pathlib import Path import sys from flake8 import LOG from flake8.api.legacy import get_style_guide # avoid debug and info messages from flake8 internals LOG.setLevel(logging.WARN) def test_flake8(): style_guide = get_style_guide( extend_ignore=['D100', 'D104'], show_source=True, ) style_guide_tests = get_style_guide( extend_ignore=['D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D107'], show_source=True, ) stdout = sys.stdout sys.stdout = sys.stderr # implicitly calls report_errors() report = style_guide.check_files([ str(Path(__file__).parents[1] / 'colcon_bash'), ]) report_tests = style_guide_tests.check_files([ str(Path(__file__).parents[1] / 'test'), ]) sys.stdout = stdout total_errors = report.total_errors + report_tests.total_errors if total_errors: # pragma: no cover # output summary with per-category counts print() if report.total_errors: report._application.formatter.show_statistics(report._stats) if report_tests.total_errors: report_tests._application.formatter.show_statistics( report_tests._stats) print( 'flake8 reported {total_errors} errors' .format_map(locals()), file=sys.stderr) assert not total_errors, \ 'flake8 reported {total_errors} errors'.format_map(locals()) colcon-bash-0.5.0/test/test_spell_check.py000066400000000000000000000035171450432125600205600ustar00rootroot00000000000000# Copyright 2016-2019 Dirk Thomas # Licensed under the Apache License, Version 2.0 from pathlib import Path import pytest from scspell import Report from scspell import SCSPELL_BUILTIN_DICT from scspell import spell_check spell_check_words_path = Path(__file__).parent / 'spell_check.words' @pytest.fixture(scope='module') def known_words(): global spell_check_words_path return spell_check_words_path.read_text().splitlines() def test_spell_check(known_words): source_filenames = [Path(__file__).parents[1] / 'setup.py'] + \ list((Path(__file__).parents[1] / 'colcon_bash').glob('**/*.py')) + \ list((Path(__file__).parents[1] / 'test').glob('**/*.py')) for source_filename in sorted(source_filenames): print('Spell checking:', source_filename) # check all files report = Report(known_words) spell_check( [str(p) for p in source_filenames], base_dicts=[SCSPELL_BUILTIN_DICT], report_only=report, additional_extensions=[('', 'Python')]) unknown_word_count = len(report.unknown_words) assert unknown_word_count == 0, \ 'Found {unknown_word_count} unknown words: '.format_map(locals()) + \ ', '.join(sorted(report.unknown_words)) unused_known_words = set(known_words) - report.found_known_words unused_known_word_count = len(unused_known_words) assert unused_known_word_count == 0, \ '{unused_known_word_count} words in the word list are not used: ' \ .format_map(locals()) + ', '.join(sorted(unused_known_words)) def test_spell_check_word_list_order(known_words): assert known_words == sorted(known_words), \ 'The word list should be ordered alphabetically' def test_spell_check_word_list_duplicates(known_words): assert len(known_words) == len(set(known_words)), \ 'The word list should not contain duplicates'