{"id":77,"date":"2022-03-06T12:15:48","date_gmt":"2022-03-06T03:15:48","guid":{"rendered":"https:\/\/www.kd2.jp\/memo3\/?p=77"},"modified":"2022-03-13T05:06:52","modified_gmt":"2022-03-12T20:06:52","slug":"pytest%e3%81%a7helloworld","status":"publish","type":"post","link":"https:\/\/www.kd2.jp\/memo3\/?p=77","title":{"rendered":"pytest\u3067HelloWorld"},"content":{"rendered":"<p>\u30c6\u30b9\u30c8\u3055\u308c\u308b\u30d7\u30ed\u30b0\u30e9\u30e0<\/p>\n<div class=\"wp-block-codemirror-blocks code-block \">\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;python&quot;,&quot;mime&quot;:&quot;text\/x-python&quot;,&quot;theme&quot;:&quot;eclipse&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:true,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\"># -*- coding: utf-8 -*-\r\n\r\ndef hello_world():\r\n    return \"Hello World\"\r\n\r\ndef morning_world():\r\n    return \"Morning World\"\r\n\r\nprint(\"1\")\r\nassert morning_world() == \"Morning World\"\r\nprint(\"2\");\r\nassert hello_world() == \"Hello World!\"\r\nprint(\"3\")<\/pre>\n<\/div>\n<p>pytest\u3067\u30c6\u30b9\u30c8\u3059\u308b\u3002<\/p>\n<div class=\"wp-block-codemirror-blocks code-block \">\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;null&quot;,&quot;mime&quot;:&quot;text\/plain&quot;,&quot;theme&quot;:&quot;eclipse&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\">$ pytest test1.py\r\n================================================= test session starts ==================================================\r\nplatform linux -- Python 3.8.10, pytest-7.0.1, pluggy-1.0.0\r\nrootdir: \/**\/**\/test\r\ncollected 0 items \/ 1 error\r\n\r\n============================================== ERRORS ==============================================\r\n____________________________________ ERROR collecting test2.py _____________________________________\r\ntest1.py:13: in &lt;module&gt;\r\n    assert hello_world() == \"Hello World!\"\r\nE   AssertionError: assert 'Hello World' == 'Hello World!'\r\nE    +  where 'Hello World' = &lt;function hello_world at 0x7f0e2018b9d0&gt;()\r\n----------------------------------------- Captured stdout ------------------------------------------\r\n1\r\n2\r\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n===================================== 1 error in 0.07 seconds ======================================\r\n<\/pre>\n<\/div>\n<p>\u30a8\u30e9\u30fc\u304c\u691c\u51fa\u3055\u308c\u305f\u7b87\u6240\u3067\u51e6\u7406\u304c\u6b62\u307e\u3063\u3066\u3044\u308b\u306e\u304c\u308f\u304b\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30c6\u30b9\u30c8\u3055\u308c\u308b\u30d7\u30ed\u30b0\u30e9\u30e0 # -*- coding: utf-8 -*- def hello_world(): return &#8220;Hello World&#8221; def morning_world(): return &#8220;Morni&hellip; <a class=\"more-link\" href=\"https:\/\/www.kd2.jp\/memo3\/?p=77\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">pytest\u3067HelloWorld<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"_links":{"self":[{"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/posts\/77"}],"collection":[{"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=77"}],"version-history":[{"count":6,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/posts\/77\/revisions"}],"predecessor-version":[{"id":117,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=\/wp\/v2\/posts\/77\/revisions\/117"}],"wp:attachment":[{"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=77"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=77"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kd2.jp\/memo3\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}