Skip to content

Commit 23e71d4

Browse files
committed
grammar
1 parent b374bf4 commit 23e71d4

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
@@ -169,7 +169,7 @@ Steps:
169169
170170
#### Running Unit Tests from the Command Line
171171
172-
It is not necessary to activate the virtual environment (using `source .venv/bin/activate`) before running a unit test suite off the CLI; `direnv` will pick up the correct configurations for us. Run `pip list` to verify that the expected packages are installed. You should for example see that `recordprocessor` is specifically running `moto` v4, regardless of which if any `.venv` is active.
172+
It is not necessary to activate the virtual environment (using `source .venv/bin/activate`) before running a unit test suite from the command line; `direnv` will pick up the correct configurations for us. Run `pip list` to verify that the expected packages are installed. You should for example see that `recordprocessor` is specifically running `moto` v4, regardless of which if any `.venv` is active.
173173
174174
### Setting up the root level environment
175175
The root-level virtual environment is primarily used for linting, as we create separate virtual environments for each folder that contains Lambda functions.

0 commit comments

Comments
 (0)