Skip to content

Commit 444a7dc

Browse files
Update README.md
1 parent da8c004 commit 444a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The choice between LocalStack and Moto depends on the specific testing requireme
1616
- **LocalStack** is ideal for integration testing, as it closely replicates the behavior of AWS services in a local environment. It is suitable for end-to-end testing scenarios where interactions between multiple AWS services are involved.
1717
- **Moto**, on the other hand, is more lightweight and is primarily used for unit testing. It is suitable for testing individual components or functionalities in isolation, without the need for a full integration environment.
1818

19-
It is possible to select the desired testing approach using a command-line option (`--mock-aws`) when running the tests. By default, Moto is used for mocking AWS services. However, if developers prefer to use LocalStack for local testing, they can specify `--mock-aws=False`.
19+
It is possible to select the desired testing approach using a command-line option (`--mock-aws`) when running the tests. By default, Moto is used for mocking AWS services. However, if one prefer to use LocalStack for local testing, use command line option `--mock-aws=False`.
2020

2121
## Dependencies
2222
Before running the tests, ensure you have the following dependencies installed:

0 commit comments

Comments
 (0)