1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00

test: Update unit test template

This change adds documentation areas and the pylint skip used in the
other tests.

Closes: #1009
Approved by: giuseppe
This commit is contained in:
Steve Milner
2017-05-22 10:38:48 -04:00
committed by Atomic Bot
parent ee5e246d7a
commit 640fccc1b8

View File

@@ -1,12 +1,19 @@
#
# Project Atomic Unit Test Example Template
#
#pylint: skip-file
import unittest
class TestAtomicUnit(unittest.TestCase):
"""
TODO: This test case ...
"""
def test_unit_desired_behavior(self):
"""
TODO: Verifies ...
"""
self.assertTrue(True)