<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>unittest | Python学習講座</title>
	<atom:link href="https://www.python.ambitious-engineer.com/archives/tag/unittest/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Wed, 06 Oct 2021 14:06:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.python.ambitious-engineer.com/wp-content/uploads/2020/05/favicon2-32.png</url>
	<title>unittest | Python学習講座</title>
	<link>https://www.python.ambitious-engineer.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>unittest 単体テスト入門 その2 テストパッケージとテストスイート</title>
		<link>https://www.python.ambitious-engineer.com/archives/841</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Sat, 08 Apr 2017 04:06:45 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[unittest]]></category>
		<category><![CDATA[標準ライブラリ]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=841</guid>

					<description><![CDATA[<p>前回はunittestモジュールの基本的な使い方について学習しました。今回はその続きで、テストパッケージの配置と実行方法、グループ化について解説します。 プロジェクト構成とテストの実行 Pythonに限らずプロジェクトの...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/841">unittest 単体テスト入門 その2 テストパッケージとテストスイート</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>unittest 単体テスト入門 その1 基本的な使い方</title>
		<link>https://www.python.ambitious-engineer.com/archives/828</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 06 Apr 2017 12:48:20 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[unittest]]></category>
		<category><![CDATA[標準ライブラリ]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=828</guid>

					<description><![CDATA[<p>これまで、様々な文法や関数、ライブラリについて学習してきました。晴れて作りたいプログラムが完成したら単体テストをしましょう。Pythonの単体テストモジュールはサードパーティ製も含めると色々あるのですが、入門編では標準ラ...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/828">unittest 単体テスト入門 その1 基本的な使い方</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
