antonmi/espec

Add option for suppress logs in test cases.

オープン

#243 opened on 2017/10/11

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (67 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (814 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

It would awesome to have a functionality similar to the ExUnit tags. Especially for the suppression of the logs generated in the tests.

@tag :capture_log
it "should forward the error result and stop" do
  #...
do

It would be useful for cases like this one, where ran three tests successfully but the first one is showing a ugly log.

.2017-10-11 14:46:57.783 nonode@nohost pid=<0.30.0> : Process #PID<0.576.0> raised an exception
** (RuntimeError) crash_test
    spec/orders_service/fsm/recipient_spec.exs:683: anonymous fn/0 in (....)
..

This functionality already exists and is not documented correctly? or could be added in a near future? A function capture_log already exists, but the purpose is different.

コントリビューターガイド