Learning basic control structures and basic datastructures from Tests by David Arroyo Menéndez'
Project description
Table of Contents
What?
That's a package to run tests about scikit library of Python. For example, create models, vectorizer
Installing
Create a python environment
$ mkdir venv3.14
$ python3 -m venv venv3.14
$ cd venv3.14
$ source bin/activate
Install the python package
$ pip3 install damescikit
Access to the path of the package
$ cd lib/python3.14/site-packages/damescikit
Check Test
In the path:
$ cd damescikit
Execute all tests:
$ pytest tests
Execute one file:
$ pytest tests/test_models.py
Execute one single test in a file
$ pytest tests/test_models.py::TddInPythonExample::test_models_lda
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
damescikit-0.1.7.tar.gz
(44.7 kB
view details)
File details
Details for the file damescikit-0.1.7.tar.gz.
File metadata
- Download URL: damescikit-0.1.7.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4995b5c71ef8febc4acd8635e87e25e180803a0615a96880fc9292abf1dd2108
|
|
| MD5 |
30a2933546e441181a76badd4a2cb914
|
|
| BLAKE2b-256 |
2ed5b6963f148427b7b873232a42cc6fb7ab4d1b404f63b5b38f931c618e8fa1
|