<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python Unittest on Ski11 Up</title>
    <link>//localhost:1313/tags/python-unittest/</link>
    <description>Recent content in Python Unittest on Ski11 Up</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 11 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="//localhost:1313/tags/python-unittest/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python unittest - UI Testing</title>
      <link>//localhost:1313/posts/python-unittest/</link>
      <pubDate>Fri, 11 Sep 2020 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/python-unittest/</guid>
      <description>Python unittest comes default with standard python installation. It has a few advantages like we can use setUp, tearDown and assertsXXXX.&#xA;Test Class We have to do a few things in our test class to make it suitable for unittest.&#xA;import unittest&#xA;inherit the unittest.TestCase&#xA;add __name__ .. at the bottom of the test class&#xA;In case if you recently started on python, you may want to check the previous blogs on VSCode for Python for installing and setting up VSCode for Python and creating your first python project.</description>
    </item>
  </channel>
</rss>
