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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user