diff options
author | Sean Allred <code@seanallred.com> | 2014-11-02 12:06:17 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-02 12:06:17 -0500 |
commit | 13e7d2b851da90435bc33137925144074a28eb4c (patch) | |
tree | 25c45a1be908350d3b94cea946818db033d6b63f /test | |
parent | 39a78ea40772a30678dcd947fc4b8735d356edfb (diff) |
Consolidate testing variables and print requests
Diffstat (limited to 'test')
-rw-r--r-- | test/tests.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/tests.el b/test/tests.el index 9c9438d..f19d506 100644 --- a/test/tests.el +++ b/test/tests.el @@ -22,8 +22,10 @@ ;;; Tests -(setq stack-core-remaining-api-requests-message-threshold 50000) -(setq debug-on-error t) +(setq + stack-core-remaining-api-requests-message-threshold 50000 + debug-on-error t + stack-core-silent-requests nil) (require 'stack-core) (require 'stack-question) |