Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…_Client into main
  • Loading branch information
MichalO committed Feb 3, 2022
2 parents 51c8117 + a63ba56 commit 24d0fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Testing framework to check all RFEM Python Client objects and types. Using `pyte
* RFEM 6 application

### Step by step
1) Open RFEM 6 application. Check if there are no opened dialogues in RFEM and server port range under *Options-Web Services* corresponds to the one set in initModel.
2) Run whole `.\UnitTests` folder. This ensure maximum scope. Execution is independent of current working directory. Pytest has many parameters it can be runned with. Refer to help (via `pytest -h`) or documentation. Ensure that all tests are either passed or skipped.
1) Open RFEM 6 application. Always set language to English. The best version of RFEM is GM or team9 / master, unless you are testing features that are not merged. Check if there are no opened dialogues in RFEM and server port range under *Options-Web Services* corresponds to the one set in initModel.
2) Run whole `.\UnitTests` folder. This ensure maximum scope. Execution is independent of current working directory. Pytest has many parameters it can be runned with. Refer to help (via `pytest -h`) or documentation. Ensure that all tests are either passed or skipped conditionally.
```
> pytest --tb=no .\RFEM_Python_Client\UnitTests # silent mode
```
Expand Down

0 comments on commit 24d0fa2

Please sign in to comment.