Skip to content

Commit 44c6748

Browse files
author
Kevin Hellemun
committed
Added missing doc blocks. (#52)
1 parent 09fbaeb commit 44c6748

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/model/generated/endpoint/test_monetary_account_joint.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66

77
class TestMonetaryAccountJoint(BunqSdkTestCase):
8+
"""
9+
Tests:
10+
- MonetaryAccountJoint
11+
- CoOwner
12+
"""
13+
814
_BASE_PATH_JSON_MODEL = '../../../assets/ResponseJsons'
915
_MONETARY_ACCOUNT_JOINT_JSON = '/MonetaryAccountJoint.json'
1016
_FILE_MODE_READ = 'r'
@@ -17,6 +23,9 @@ def setUp(self):
1723
pass
1824

1925
def test_monetary_account_joint_parser(self):
26+
"""
27+
"""
28+
2029
base_path = os.path.dirname(__file__)
2130
file_path = os.path.abspath(
2231
os.path.join(base_path,

0 commit comments

Comments
 (0)