Fixture repositories used for testing
Accessible at: https://content-services.github.io/fixtures/
To serve all fixtures locally, run a Python HTTP server from the fixtures/ directory:
cd fixtures && python3 -m http.server 8989Fixtures are then accessible at http://localhost:8989/, for example:
http://localhost:8989/yum/comps-modules/v1/http://localhost:8989/maven/maven-releases/com/example/fixture/raccoon/1.0.0.rhlw-00001/com.example.fixture.raccoon.1.0.0.rhlw-00001.pom
Avoid modifying existing fixtures unless you are sure it is necessary or safe to do so