Table of Contents
Learning Numpy from Tests by David Arroyo Menéndez
Check Test
-
Execute all tests:
$ pytest tests
-
Execute one file:
$ pytest tests/test_basics.py
-
Execute one test:
$ pytest tests/test_basics.py::TestBasics::test_arange
Pypi
You can install from Internet in a python virtual environment to check:
$ 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
To install from local:
$ pip install -e .
To install create tar.gz in dist directory:
$ python3 -m build
To upload to pypi:
$ twine upload dist/damenumpy-0.1.tar.gz
Release files for damenumpy 0.2.4.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| damenumpy-0.2.4.post1.tar.gz | 101.9 kB | Details |