Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi authored Dec 22, 2023
1 parent 54ccf8c commit 7daf0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ reside in the `setup.py` file.
The load test modules reside in the **`locustfiles`** directory. Test modules import and use
the functions in the `setup.py` file before executing each test.

In the `locustfiles` folder, currently, there are only two load test modules:
In the `locustfiles` folder, currently, there are only two load test modules
`bdt_convert.py` and `rs_convert.py`. You can name your test modules whatever you want as
long as the load testing classes and functions reside here.

Expand All @@ -130,7 +130,7 @@ long as the load testing classes and functions reside here.
things as the first one; only it tests the APIs while the request query asks for USD to
RS conversion and vice versa.

The reason that there are two similar test modules is just to demonstrate how you
The reason that there are two similar test modules is just to demonstrate how you
can organize your Tasks, TaskSets, and test modules.

- [locustfile.py](src/locustfile.py): This file works as the entrypoint of the workflow.
Expand Down

0 comments on commit 7daf0b9

Please sign in to comment.