Announcing mojo-pytest
· 3 min read
mojo-pytest is a Mojo🔥 language test runner plugin for pytest.
Try it for your mixed Python and Mojo codebases. Here are some tips and example command line usage...
Posts with Mojo language content
View All Tagsmojo-pytest is a Mojo🔥 language test runner plugin for pytest.
Try it for your mixed Python and Mojo codebases. Here are some tips and example command line usage...
In November 2023 I was the #6 finalist in the ModCon23 contest for the new programming language, Mojo🔥. Calculating an envelope is a fundamental part of spatial analysis. The envelope (aka: bounds, bbox, mbr) is usually defined by an xmin, ymin, xmax, and ymax representing the minimum and maximum x (longitude) and y (latitude) coordinates that encompass the bounded feature(s)...