changeset 1808 | aa09e20dd8c0 |
parent 1802 | d628defebc17 |
child 1977 | 606923dff11b |
1693:49075f57cf2c | 1808:aa09e20dd8c0 |
---|---|
15 check(repo, cnx, ('entities', 'relations', 'text_index', 'metadata'), |
15 check(repo, cnx, ('entities', 'relations', 'text_index', 'metadata'), |
16 True, True) |
16 True, True) |
17 finally: |
17 finally: |
18 sys.stderr = sys.__stderr__ |
18 sys.stderr = sys.__stderr__ |
19 sys.stdout = sys.__stdout__ |
19 sys.stdout = sys.__stdout__ |
20 |
20 |
21 if __name__ == '__main__': |
21 if __name__ == '__main__': |
22 unittest_main() |
22 unittest_main() |