Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guidorice committed Sep 13, 2024
1 parent 31d6e83 commit 7b566a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ does not have any awareness of Mojo source or package structure, `pytest` is ext
Summary: it is a requirement is to have a `python` and `mojo` sharing the same runtime and packages and
[conda](https://docs.anaconda.com/miniconda/) is the easiest way to accomplish that.

3. Create some tests. See the example project for one possible filesystem layout:
3. See the example project for one possible filesystem layout:
- `example_src/` has it's tests in the `example_tests/` folder.
- Remember the [Mojo manual](https://docs.modular.com/mojo/tools/testing) explains
that tests are allowed to be in the same folder as Mojo code, or different folder, or even as Mojo code in
Expand Down

0 comments on commit 7b566a5

Please sign in to comment.