2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +00:00

Enable functional tests in Travis build (#64)

* Enable functional tests in Travis build.

* Update JSON validations.
This commit is contained in:
Michael Ly
2018-08-07 09:02:05 -04:00
committed by GitHub
parent d6a088c940
commit 6b36ea9104
7 changed files with 68 additions and 6 deletions

View File

@@ -74,4 +74,5 @@ def pytest_report_header(config):
header += "\r\nURL: " + config.getoption("url")
header += "\r\nRunning from directory " + os.getcwd()
header += '\r\nTest shim directory ' + os.path.dirname(__file__)
header += "\r\nDNS IP: " + config.getoption("dns_ip")
return header