venmo/business-rules

Implement proper method to get core path and system path in tests

ajeeshjohn opened this issue · 0 comments

As of now in all tests we are using sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/..") to fetch the the core path and system path. Since it's not the exact method, do an R&D and implement a proper method to fix this.