Skip to content

Commit

Permalink
Update How To Setup & Write A Test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M-A-Demir authored Sep 18, 2024
1 parent 5e760fc commit 88d5163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/How To Setup & Write A Test.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# How To Setup and Write A Test
This section describes how to use the setup class *ReadWriteTest* to setup the data for the test, and how to write the test function itself.

## How To Setup A Test:
Expand Down Expand Up @@ -149,4 +148,4 @@ When running the test file in the command line, use the flag ```--alluredir``` a
~~~
$ pytest --alluredir=../Results test_readwrite.py
$ allure serve ../Results
~~~
~~~

0 comments on commit 88d5163

Please sign in to comment.