Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
21 lines (20 loc) · 995 Bytes

File metadata and controls

21 lines (20 loc) · 995 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[nosetests]
# Allow discovery of Python test files marked executable.
exe=True
verbosity=2
# Exclude some unit tests because they define command line options. Nose runs
# tests by loading the corresponding modules in the same process and the
# side-effect of defining command line options makes other tests fail.
#
# TODO(silviuc): Find a way to run the remaining tests excluded here.
#
# The following tests are excluded because they try to load the Cython-based
# fast_coders module which is not available when running unit tests:
# fast_coders_test, typecoders_test, workitem_test, and executor_test.
#
# The streamingworker_test test is excluded because it depends on protobuf and
# gRPC.
#
# The batchworker_test is excluded because it imports batchworker.py which
# in-turn tries to import module 'resource' which does not work for Windows.
exclude=examples|bigquery_test|ptransform_test|fast_coders_test|typecoders_test|workitem_test|executor_test|streamingworker_test|batchworker_test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.