Upgrade to Pro — share decks privately, control downloads, hide ads and more …

pass the test

pass the test

「第8回ゆるはち.it: CI/CDについてゆるく話す」
LT: TestをPassしよう!
https://yuruhachi-it.connpass.com/

sakakendo0321

March 27, 2019
Tweet

More Decks by sakakendo0321

Other Decks in Technology

Transcript

  1. 使い方 requirements.txt pytest-vw test_main.py def test_environmental_impact_compliance(): """This test will fail,

    but nobody cares because it passes on Travis.""" emissions = 12000 legal_limit = 300 assert emissions < legal_limit