Learning Numpy from Tests by David Arroyo Menéndez
Execute all tests:
$ pytest tests
Execute one file:
$ pytest tests/test_basics.py
Execute one test:
$ pytest tests/test_basics.py::TestBasics::test_arange
$ mkdir /tmp/funny $ python3.14 -m venv /tmp/funny
$ cd /tmp/funny
$ source bin/activate
$ python3.14 -m pip install --upgrade pip $ python3.14 -m pip install damenumpy $ pip install -e .
$ python3 -m build
$ twine upload dist/damenumpy-0.1.tar.gz