Skip to content

Commit f128b70

Browse files
dhalperidavorbonaci
authored andcommitted
testing.md: fix links to project
1 parent 973bd73 commit f128b70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/contribute/testing.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ details on those testing types.
244244
### Python SDK
245245

246246
The 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
248248
matrix will be coming soon.
249249

250250
## Testing Scenarios
@@ -257,8 +257,8 @@ precommit and postcommit testing.
257257

258258
For 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
262262
to [Github](https://github.com/apache/beam), to ensure that pull
263263
requests meet a certain quality bar. These precommits verify correctness via two
264264
of 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
271271
function in the way in which they are intended.
272272

273273
Precommit 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
275275
are displayed at the bottom of the pull request page. Clicking on “Details” will
276276
open the status page in the selected tool; there, test status and output can be
277277
viewed.
@@ -371,4 +371,3 @@ RunnableOnService tests are tests built to use the Beam TestPipeline class,
371371
which enables test authors to write simple functionality verification. They are
372372
meant to use some of the built-in utilities of the SDK, namely PAssert, to
373373
verify that the simple pipelines they run end in the correct state.
374-

0 commit comments

Comments
 (0)