tsqa/environment.py (10 lines): - line 57: # TODO: ensure this directory exists? (and is git?) - line 142: # TODO: global? - line 143: # TODO: other things that can change the build... - line 227: # TODO: change back to var/run after fixing traffic_manager, who doesn't honor proxy.config.local_state_dir - line 311: # TODO: more specific exception? - line 328: # TODO: parse config? Don't like the separate hostports... - line 360: # TODO: handle sock files (copytree doesn't like them!) - line 407: # TODO: clear out all configs! - line 478: # TODO: exception if already stopped? - line 491: self.cop.terminate() # TODO: remove?? or wait... tsqa/endpoint.py (4 lines): - line 32: # TODO: some request/response class to load the various libary's implementations and allow for comparison - line 66: # TODO: create intermediate objects that you can compare - line 109: TRACKING_HEADER = '__cool_test_header__' # TODO: better name? - line 254: TRACKING_HEADER = '__cool_test_header__' # TODO: better name? tsqa/utils.py (2 lines): - line 77: # TODO: test - line 101: # TODO: test tsqa/configs.py (1 line): - line 18: # TODO: keep track of stat when it was loaded? So we don't clobber manual file changes...