Skip to content

Commit b991754

Browse files
author
Kevin Hellemun
committed
Some reformatting
1 parent 29c40e5 commit b991754

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

tests/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These are the scenarios that are currently being tested:
1616
* Create installation, session-server and device server
1717
* Create a new MonetaryAccount
1818
* Create a tab
19-
* Update the tab
19+
* Update the tab
2020
* Create attachment and avatar
2121
* Request money from first MA to second MA
2222
* Accept the request
@@ -27,22 +27,25 @@ These are the scenarios that are currently being tested:
2727
* Delete the current session
2828
* Order a card with a second line
2929

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
3131
are also tested :thumbs_up:.
3232

3333
## Configuration
3434

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.
3839

3940
## Execution
4041

41-
You can run the tests via command line:
42+
You can run the tests via command line:
4243

43-
` python -m unittest discover -s tests/model/generated`
44+
```
45+
python -m unittest discover -s tests/model/generated
46+
```
4447

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:
4649
* Got to preferences --> tools --> Python integrated tools and change default
4750
test runner to `unittests`.
4851
* Configure your Python interpreter to an supported Python version. Python 3 is

0 commit comments

Comments
 (0)