@@ -16,7 +16,7 @@ These are the scenarios that are currently being tested:
16
16
* Create installation, session-server and device server
17
17
* Create a new MonetaryAccount
18
18
* Create a tab
19
- * Update the tab
19
+ * Update the tab
20
20
* Create attachment and avatar
21
21
* Request money from first MA to second MA
22
22
* Accept the request
@@ -27,22 +27,25 @@ These are the scenarios that are currently being tested:
27
27
* Delete the current session
28
28
* Order a card with a second line
29
29
30
- Besides these scenarios some code of ApiContext, ApiClient and the JSON module
30
+ Besides these scenarios, some code of ApiContext, ApiClient and the JSON module
31
31
are also tested :thumbs_up:.
32
32
33
33
## Configuration
34
34
35
- To run the tests you must first setup the test configuration JSON. This is
36
- located at ` tests/assets/config.example.json ` . Once you have filled the values
37
- in with your sandbox user data, rename the file to ` config.json ` .
35
+ To run the tests you must first setup the test configuration JSON. The example
36
+ of a configuration file is located at ` tests/assets/config.example.json ` . In
37
+ order to make use of the configuration file, please copy the example to the same
38
+ directory, fill in your sandbox user data and rename the copy to config.json.
38
39
39
40
## Execution
40
41
41
- You can run the tests via command line:
42
+ You can run the tests via command line:
42
43
43
- ` python -m unittest discover -s tests/model/generated `
44
+ ```
45
+ python -m unittest discover -s tests/model/generated
46
+ ```
44
47
45
- or via PyCharm, but first you must configure Pycharm by doing the following:
48
+ or via PyCharm, but first you must configure PyCharm by doing the following:
46
49
* Got to preferences --> tools --> Python integrated tools and change default
47
50
test runner to ` unittests ` .
48
51
* Configure your Python interpreter to an supported Python version. Python 3 is
0 commit comments