Original PR: https://github.com/ysoftdevs/wapifuzz/pull/5 Author: @starek4 Created: 10/23/2019 Status: ✅ Merged Merged: 10/23/2019 Merged by: @starek4
Base: master ← Head: travis_ci
master
travis_ci
65b43ad
17bd85d
10 files changed (+65 additions, -14 deletions)
➕ .travis.yml (+21 -0) 📝 README.md (+2 -0) 📝 fuzzer/src/fuzzer.py (+5 -4) 📝 fuzzer/src/progress_reporter.py (+13 -6) 📝 fuzzer/src/unit_tests/fuzzing_json_decoder_tests.py (+4 -0) 📝 fuzzer/src/wapifuzz.py (+1 -1) 📝 parser/Parser.Tests/EndpointParserTests.cs (+8 -0) 📝 parser/Parser.Tests/OpenApiAnyConvertorTests.cs (+9 -1) 📝 parser/Parser/OpenApiAnyConvertor.cs (+1 -1) 📝 run.sh (+1 -1)
.travis.yml
README.md
fuzzer/src/fuzzer.py
fuzzer/src/progress_reporter.py
fuzzer/src/unit_tests/fuzzing_json_decoder_tests.py
fuzzer/src/wapifuzz.py
parser/Parser.Tests/EndpointParserTests.cs
parser/Parser.Tests/OpenApiAnyConvertorTests.cs
parser/Parser/OpenApiAnyConvertor.cs
run.sh
Travis CI supported. I also fix some tests, which were failing due to regression.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/wapifuzz/pull/5
Author: @starek4
Created: 10/23/2019
Status: ✅ Merged
Merged: 10/23/2019
Merged by: @starek4
Base:
master← Head:travis_ci📝 Commits (2)
65b43adAdded .travisci file17bd85dAdding invariant of culture for DateTime📊 Changes
10 files changed (+65 additions, -14 deletions)
View changed files
➕
.travis.yml(+21 -0)📝
README.md(+2 -0)📝
fuzzer/src/fuzzer.py(+5 -4)📝
fuzzer/src/progress_reporter.py(+13 -6)📝
fuzzer/src/unit_tests/fuzzing_json_decoder_tests.py(+4 -0)📝
fuzzer/src/wapifuzz.py(+1 -1)📝
parser/Parser.Tests/EndpointParserTests.cs(+8 -0)📝
parser/Parser.Tests/OpenApiAnyConvertorTests.cs(+9 -1)📝
parser/Parser/OpenApiAnyConvertor.cs(+1 -1)📝
run.sh(+1 -1)📄 Description
Travis CI supported. I also fix some tests, which were failing due to regression.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.