Commit 278bb60
committed
fix(controller/tests): run coverage with "--timid" flag
Running controller tests through the venerable coverage.py tool
raises some errors during cleanup, as we seem to have dangling
PostgreSQL sessions. Adding the "--timid" flag works around this.
Fixes #727.1 parent df00529 commit 278bb60
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments