From 88d51633edbd349bbdb1956ffb69a1cfe6ab9ed6 Mon Sep 17 00:00:00 2001 From: M-A-Demir <119374201+M-A-Demir@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:26:05 +0100 Subject: [PATCH] Update How To Setup & Write A Test.md --- docs/How To Setup & Write A Test.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/How To Setup & Write A Test.md b/docs/How To Setup & Write A Test.md index 09f0539..38caa1e 100644 --- a/docs/How To Setup & Write A Test.md +++ b/docs/How To Setup & Write A Test.md @@ -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: @@ -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 -~~~ \ No newline at end of file +~~~