AbstractNavitiaProvider: remove all providers based on Navitia

This commit is contained in:
Andreas Schildbach 2021-09-17 16:11:41 +02:00
parent 7913f0cc1a
commit f2617c20a6
45 changed files with 6 additions and 5227 deletions

View file

@ -12,7 +12,7 @@ Copy the `secrets.properties.template` file to `secrets.properties` like so:
$ cp test/de/schildbach/pte/live/secrets.properties.template test/de/schildbach/pte/live/secrets.properties
You need to request the secrets directly from the provider. For Navitia based providers, you can [request a secret here](https://www.navitia.io/register).
You need to request the secrets directly from the provider.
How to run live tests?
----------------------
@ -25,7 +25,7 @@ If you prefer to run tests from the command line, you can comment out the test e
[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
$ gradle -Dtest.single=BvgProviderLive test
This uses the `ParisProvider` as an example.
This uses the `BvgProvider` as an example.
Just replace it with the provider you want to test.