[
https://issues.apache.org/jira/browse/BEAM-8148?focusedWorklogId=306733&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-306733
]
ASF GitHub Bot logged work on BEAM-8148:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Sep/19 21:31
Start Date: 04/Sep/19 21:31
Worklog Time Spent: 10m
Work Description: aaltay commented on issue #9474: [BEAM-8148] Allow
arguments to be passed to python tests from tox cli
URL: https://github.com/apache/beam/pull/9474#issuecomment-528095763
I updated https://cwiki.apache.org/confluence/display/BEAM/Python+Tips
Thank you!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 306733)
Time Spent: 1h 10m (was: 1h)
> [python] allow tests to be specified when using tox
> ---------------------------------------------------
>
> Key: BEAM-8148
> URL: https://issues.apache.org/jira/browse/BEAM-8148
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Chad Dombrova
> Assignee: Chad Dombrova
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> I don't know how to specify individual tests using gradle, and as a python
> developer, it's way too opaque for me to figure out on my own.
> The developer wiki suggest calling the tests directly:
> {noformat}
> python setup.py nosetests --tests <module>:<test class>.<test method>
> {noformat}
> But this defeats the purpose of using tox, which is there to help users
> manage the myriad virtual envs required to run the different tests.
> Luckily there is an easier way! You just add {posargs} to the tox commands.
> PR is coming shortly.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)