ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Expose posargs in tox config so that developer can send pytest arguments #159

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

For example i am iterating on one test, this allows me to do the following to regex match pytests for "depend"

tox -e py -- -k depend

Signed-off-by: Emerson Knapp eknapp@amazon.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #159 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   88.39%   88.39%           
=======================================
  Files           6        6           
  Lines         224      224           
=======================================
  Hits          198      198           
  Misses         26       26
Flag Coverage Δ
#unittests 88.39% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2baf1d9...41d02c4. Read the comment docs.