for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
class Diff(object):
def __init__(self, file1, file2):
pass
def areEqual(self):
return True
def assertEqualProtocol(self):