@@ -244,7 +244,7 @@ details on those testing types.
244244### Python SDK
245245
246246The Python SDK is currently under development on a feature branch. We have initial
247- postcommit tests by a Jenkins build; precommit testing and a full testing
247+ postcommit tests by a Jenkins build; precommit testing and a full testing
248248matrix will be coming soon.
249249
250250## Testing Scenarios
@@ -257,8 +257,8 @@ precommit and postcommit testing.
257257
258258For precommit testing, Beam uses
259259[ Jenkins] ( https://builds.apache.org/view/Beam/ ) ,
260- [ Travis] ( http://travis-ci.org/apache/incubator- beam ) , and a code coverage tool
261- called [ Coveralls] ( https://coveralls.io/github/apache/incubator- beam ) , hooked up
260+ [ Travis] ( http://travis-ci.org/apache/beam ) , and a code coverage tool
261+ called [ Coveralls] ( https://coveralls.io/github/apache/beam ) , hooked up
262262to [ Github] ( https://github.com/apache/beam ) , to ensure that pull
263263requests meet a certain quality bar. These precommits verify correctness via two
264264of the below testing tools: unit tests (with coverage monitored by Coveralls)
@@ -271,7 +271,7 @@ that this hits the appropriate tradeoff between a desire for short (ideally
271271function in the way in which they are intended.
272272
273273Precommit tests are kicked off when a user makes a Pull Request against the
274- apache/incubator- beam repository and the Travis, Jenkins, and Coveralls statuses
274+ ` apache/beam ` repository and the Travis, Jenkins, and Coveralls statuses
275275are displayed at the bottom of the pull request page. Clicking on “Details” will
276276open the status page in the selected tool; there, test status and output can be
277277viewed.
@@ -371,4 +371,3 @@ RunnableOnService tests are tests built to use the Beam TestPipeline class,
371371which enables test authors to write simple functionality verification. They are
372372meant to use some of the built-in utilities of the SDK, namely PAssert, to
373373verify that the simple pipelines they run end in the correct state.
374-
0 commit comments