hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Removed usage of force_pushdir call as it relies on os.getcwd which w… #65

Closed baber closed 6 years ago

baber commented 7 years ago

…ill fail if inside a directory that is subsequently

deleted during test cleanup. Results in errors when smserver is used to run services in binary and source mode for example. None of the callers were using the return value.

jakobgrunig commented 6 years ago

Conflicts have been resolved and changes merged as part of PR #76