You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/source/tests.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ e) Create new wallets only if absolutely necessary.
110
110
neo-test2-w.wallet (pwd = 1234567890)
111
111
neo-test3-w.wallet (pwd = 1234567890)
112
112
113
-
(If you want to add new tests (BC) then use the ``-bc.wallet`` wallets. Otherwise use ``-w.wallet`` wallets for new tests (W))
113
+
(If you want to add new tests which depend directly on ``BlockchainFixtureTestCase`` then use any one of the ``-bc.wallet`` type of wallets. And if you want add new tests which depend directly on ``WalletFixtureTestCase`` then use any one of the ``-w.wallet`` type of wallets.)
114
114
115
115
7) If you need to create a new smart contract consider to re-use the existing one in:
116
116
@@ -150,4 +150,4 @@ Our test fixtures are reset and extracted 20+ times in our build system so any s
150
150
neo.Utils.BlockchainFixtureTestCase.py
151
151
neo.api.REST.test_rest_api.py
152
152
153
-
12) Create a new PR with the link to the new image and the newly created fixtures.
153
+
12) Create a new PR with the link to the new image and the newly created fixtures.
0 commit comments