PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
171 stars 43 forks source link

Don't hit the real PokeAPI with the tests #24

Closed sargunv closed 8 years ago

sargunv commented 8 years ago

This will greatly speed up the tests. However, we should be sure to regenerate the local copy of the data periodically to ensure the tests remain relevant. Maybe automate this by setting up a server that pulls everything from PokeAPI once a week or so and creates a PR here automatically?

sargunv commented 8 years ago

Didn't enable BulkTest since it's still pretty slow (but not nearly as slow as before)