Skip to content

Commit

Permalink
Add docstrings to tests placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
karelbasta committed Apr 29, 2024
1 parent ffd4411 commit 53a9d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_placeholder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Placeholder testing module"""
import unittest


class TestStringMethods(unittest.TestCase):
"""Placeholder testing class"""

def test_upper(self):
self.assertEqual('foo'.upper(), 'FOO')
Expand Down

0 comments on commit 53a9d73

Please sign in to comment.