We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bf7f6 commit 944c3abCopy full SHA for 944c3ab
1 file changed
tests/test_models.py
@@ -7,7 +7,6 @@
7
8
9
class TestIdentity:
10
-
11
def test_file(self):
12
alice_fname = pathlib.Path(__file__).parent / "alice.toml"
13
soroban.Identity(_env_file=alice_fname)
@@ -34,14 +33,12 @@ def test_raises(self):
34
33
35
36
class TestNetworkConfig:
37
38
def test_from_network(self):
39
testnet = pathlib.Path(__file__).parent / "testnet.toml"
40
soroban.NetworkConfig.from_network(network=testnet)
41
42
43
class TestParams:
44
45
def test_parameter(self):
46
args = {"name": "distributor", "type": "int128", "value": 10}
47
soroban.Parameter(**args)
0 commit comments