gokulakrishnansvm commented on code in PR #7400: URL: https://github.com/apache/trafficcontrol/pull/7400#discussion_r1135325276
########## traffic_ops/testing/api_contract/v4/conftest.py: ########## @@ -0,0 +1,94 @@ +import pytest +from trafficops.tosession import TOSession +from urllib.parse import urlparse +import sys +import json +from random import randint +import logging + + +""" +Passing in Traffic Ops Arguments [Username, Password, Url and Hostname] from Command Line +""" +def pytest_addoption(parser): Review Comment: I've added default values and added help section in arg parser -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
