-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"make test_python" should be a thing that exists and runs Python tests. #276
Labels
disposition/help wanted
Maintainers do not have enough resources to allocate to this at the moment. Help is appreciated!
lang/all wrapped languages
lang/Python
Milestone
Comments
nathanielmanistaatgoogle
added
disposition/help wanted
Maintainers do not have enough resources to allocate to this at the moment. Help is appreciated!
lang/Python
labels
Jan 29, 2015
tbetbetbe
added
lang/all wrapped languages
and removed
lang/all wrapped languages
labels
Feb 2, 2015
tbetbetbe
modified the milestones:
Wrapped Languages Weekly 02/03,
Wrapped Languages Weekly 02/10
Feb 3, 2015
tbetbetbe
modified the milestones:
Wrapped Languages Weekly 02/10,
Wrapped Languages Weekly 02/17
Feb 12, 2015
tbetbetbe
modified the milestones:
02/17 Weekly Wrapped Languages,
03/03 Weekly Wrapped Languages
Feb 20, 2015
tbetbetbe
modified the milestones:
03/03 Weekly Wrapped Languages ,
03/10 Weekly Wrapped Languages
Mar 6, 2015
tbetbetbe
modified the milestones:
03/10 Weekly Wrapped Languages,
03/17 Weekly Wrapped Languages
Mar 17, 2015
Nicolas, is this task worth doing or should it be closed with the reasoning being that run_tests.py is the only supported way of running Python tests? |
I'm actually fine saying the "test_python" target is a .PHONY one that just piggy-backs on run_tests.py - would that satisfy this ? |
Yes, I think that would be fine. |
nicolasnoble
added a commit
to nicolasnoble/grpc
that referenced
this issue
Mar 17, 2015
Adds a Makefile target called 'test_python' that first builds grpc, then call run_tests.py to run the python tests for the current configuration.
This is fixed in #1070. |
stanley-cheung
pushed a commit
to stanley-cheung/grpc
that referenced
this issue
Aug 27, 2015
Update c++ examples to API changes.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
disposition/help wanted
Maintainers do not have enough resources to allocate to this at the moment. Help is appreciated!
lang/all wrapped languages
lang/Python
It's acceptable only for the nonce that I've hacked up a few shell scripts that plug into run_tests.py; running Python tests should really be stated properly and doable from both make and run_tests (and the run_tests configuration should be parallelized).
The text was updated successfully, but these errors were encountered: