Commit 2c09271
tests: fix traceback for integration tests
Summary: Set `__unittest = True` in testcase.py so stack frames from testcase.py are skipped by default. This fixes test output not showing the actual test assertion that failed.
Reviewed By: vilatto
Differential Revision: D90263225
fbshipit-source-id: 4889a826bc3c381867a2aea84a2e6e1e17351e9e1 parent 50cb8c4 commit 2c09271
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments