[core][general] Add metadata file tracking to aid in "Golden Tests" regeneration (#6325)

This commit is contained in:
Jim Schubert
2020-05-22 16:48:32 -04:00
committed by GitHub
parent 19e14237aa
commit 70ca93570e
319 changed files with 22003 additions and 91 deletions

View File

@@ -0,0 +1,28 @@
.gitignore
.travis.yml
README.md
Setup.hs
git_push.sh
lib/OpenAPIPetstore.hs
lib/OpenAPIPetstore/API.hs
lib/OpenAPIPetstore/API/AnotherFake.hs
lib/OpenAPIPetstore/API/Fake.hs
lib/OpenAPIPetstore/API/FakeClassnameTags123.hs
lib/OpenAPIPetstore/API/Pet.hs
lib/OpenAPIPetstore/API/Store.hs
lib/OpenAPIPetstore/API/User.hs
lib/OpenAPIPetstore/Client.hs
lib/OpenAPIPetstore/Core.hs
lib/OpenAPIPetstore/Logging.hs
lib/OpenAPIPetstore/LoggingKatip.hs
lib/OpenAPIPetstore/LoggingMonadLogger.hs
lib/OpenAPIPetstore/MimeTypes.hs
lib/OpenAPIPetstore/Model.hs
lib/OpenAPIPetstore/ModelLens.hs
openapi-petstore.cabal
openapi.yaml
stack.yaml
tests/ApproxEq.hs
tests/Instances.hs
tests/PropMime.hs
tests/Test.hs