def assert_inode_not_equal(self, a, b): nt.assert_not_equal(os.stat(a).st_ino, os.stat(b).st_ino, "%r and %r do reference the same indoes" %(a, b))