We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fbaeb commit 44c6748Copy full SHA for 44c6748
tests/model/generated/endpoint/test_monetary_account_joint.py
@@ -5,6 +5,12 @@
5
6
7
class TestMonetaryAccountJoint(BunqSdkTestCase):
8
+ """
9
+ Tests:
10
+ - MonetaryAccountJoint
11
+ - CoOwner
12
13
+
14
_BASE_PATH_JSON_MODEL = '../../../assets/ResponseJsons'
15
_MONETARY_ACCOUNT_JOINT_JSON = '/MonetaryAccountJoint.json'
16
_FILE_MODE_READ = 'r'
@@ -17,6 +23,9 @@ def setUp(self):
17
23
pass
18
24
19
25
def test_monetary_account_joint_parser(self):
26
27
28
20
29
base_path = os.path.dirname(__file__)
21
30
file_path = os.path.abspath(
22
31
os.path.join(base_path,
0 commit comments