tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Move setup so tests can complete when offline #34

Open tpow opened 5 years ago

tpow commented 5 years ago

Although the tests for the Northwind service are skipped, the setup of the service is not. This means it tries to reflect entities (by downloading the $metadata document). This change moves the setup of the service into the test class doing the setup unless you are running the tests.