You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: it is a requirement is to have a `python` and `mojo` sharing the same runtime and packages and
42
+
Summary: it is a requirement is to have Python and Mojo sharing the same runtime and packages and
40
43
[conda](https://docs.anaconda.com/miniconda/) is the easiest way to accomplish that.
41
44
42
45
3. See the example project for one possible filesystem layout:
@@ -110,9 +113,9 @@ example_tests
110
113
111
114
## Links
112
115
113
-
- If you experience slowness, see this [tip about using multiprocessing]( https://github.com/guidorice/mojo-pytest/wiki#2024-07-17-here-is-a-performance-tip)
114
-
with pytest.
116
+
- If you experience slowness, see this
117
+
[tip about using multiprocessing]( https://github.com/guidorice/mojo-pytest/wiki#2024-07-17-here-is-a-performance-tip) with `pytest`.
115
118
- Writing tests in Mojo: https://docs.modular.com/mojo/tools/testing
0 commit comments