# By default, 'should.py' checks the standard output. # One can also check a given file instead. !OUTPUT_FILE: hw.txt echo "hello" > hw.txt echo "you" echo "world" >> hw.txt $ Correct content in 'hw.txt' bl: hello world