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:
@@ -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
|
||||
|
Reference in New Issue
Block a user