<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Johnny Metz</title>
    <description>The latest articles on DEV Community by Johnny Metz (@jcmetz21).</description>
    <link>https://dev.to/jcmetz21</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F55970%2F5ccaa163-3dc9-49b0-b5b7-6415f80412bf.jpeg</url>
      <title>DEV Community: Johnny Metz</title>
      <link>https://dev.to/jcmetz21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jcmetz21"/>
    <language>en</language>
    <item>
      <title>Tools for Unit Testing</title>
      <dc:creator>Johnny Metz</dc:creator>
      <pubDate>Thu, 01 Feb 2018 00:44:55 +0000</pubDate>
      <link>https://dev.to/jcmetz21/tools-for-unit-testing-2nf8</link>
      <guid>https://dev.to/jcmetz21/tools-for-unit-testing-2nf8</guid>
      <description>

&lt;p&gt;I see far too many young developers neglect unit testing citing reasons as &lt;em&gt;"they take too much time"&lt;/em&gt; or &lt;em&gt;"they're unnecessary, my app works"&lt;/em&gt;. Experienced developers understand the importance of writing thorough tests and how much time they save in the long run.&lt;/p&gt;

&lt;p&gt;Younger developer should be aware of the tools that exist to expedite the process, such as test coverage reporting and framework extensions. Check out the following video tutorial for properly unit testing a flask web application. I introduce invaluable python tools such as &lt;strong&gt;unittest&lt;/strong&gt;, &lt;strong&gt;flask-testing&lt;/strong&gt; and &lt;strong&gt;nose2&lt;/strong&gt;. Would love to hear about your favorite workflow tools for writing unit tests!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0NsoUV-LTLc"&gt; &lt;/iframe&gt;&lt;/p&gt;


</description>
      <category>python</category>
      <category>beginners</category>
      <category>unittesting</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
