mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 08:18:50 +00:00
README.md: Fix links to project files.
This commit is contained in:
parent
7f607160ca
commit
f19004c31a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Public Transport Enabler
|
|||
========================
|
||||
|
||||
This is a Java library allowing you to get data from public transport providers.
|
||||
Look into [NetworkProvider.java](https://github.com/schildbach/public-transport-enabler/blob/master/enabler/src/de/schildbach/pte/NetworkProvider.java) for an overview of the API.
|
||||
Look into [NetworkProvider.java](https://github.com/schildbach/public-transport-enabler/blob/master/src/de/schildbach/pte/NetworkProvider.java) for an overview of the API.
|
||||
|
||||
Using providers that require secrets
|
||||
------------------------------------
|
||||
|
@ -22,7 +22,7 @@ Once you have the secret or if your provider does not need one, you can run the
|
|||
Both IntelliJ and Eclipse have excellent support for JUnit tests.
|
||||
|
||||
If you prefer to run tests from the command line, you can comment out the test exclude at the end of
|
||||
[build.gradle](https://github.com/schildbach/public-transport-enabler/blob/master/enabler/build.gradle#L30)
|
||||
[build.gradle](https://github.com/schildbach/public-transport-enabler/blob/master/build.gradle#L30)
|
||||
and use this command to only execute a test for a single provider:
|
||||
|
||||
$ gradle -Dtest.single=ParisProviderLive test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue