No project description provided
Project description
Ruthie
Ruthie is the Unittests runner, and it's an acronym from "Run Unit Tests Harmoniously Incredibly Easy".
Installation
pip install -U ruthie
Check if it works:
ruthie --version
> 0.1.2
Usage
Type ruthie --help to display available commands and options
Examples
List all test classes in directory "unittests"
ruthie discover classes unittests
Output:
unittests.admin_panel.users.Add
unittests.admin_panel.users.Edit
unittests.admin_panel.users.Delete
unittests.admin_panel.devices.Add
unittests.admin_panel.devices.Edit
unittests.admin_panel.devices.Delete
unittests.end_user.projects.Add
unittests.end_user.projects.Edit
unittests.end_user.projects.Delete
List all test classes in directory "unittests" and group them
ruthie discover classes unittests --group
Output:
unittests.admin_panel.users
Add
Edit
Delete
unittests.admin_panel.devices
Add
Edit
Delete
unittests.end_user.projects
Add
Edit
Delete
Discover all classes in directory "unittests" and run them in parallel using 10 threads
ruthie parallel --threads=10 unittests
License
This project is licensed under the ISC License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ruthie-0.1.5.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ruthie-0.1.5.tar.gz.
File metadata
- Download URL: ruthie-0.1.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4127209a437b051b7e5a32f45643fa3b4fb1226c2eddfabf500a449efb18bbc9
|
|
| MD5 |
36ce7f278aeeb483c775cb2d7ccab7d5
|
|
| BLAKE2b-256 |
463284d4333bcad34da9c8c5918c5fa434f0ac364fe2d17398b753d237cb5703
|
File details
Details for the file ruthie-0.1.5-py3-none-any.whl.
File metadata
- Download URL: ruthie-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
287df6bbeff621c8d89a83e36880f1cbd7b61b72ef5e8fcd6bf3c69d9ed83b98
|
|
| MD5 |
c594e3ffdf792aa51f42c601e512e54d
|
|
| BLAKE2b-256 |
91b4efa35c19018e8c1fcb1928c6a6153f605947aa41c51c7db3962dbe85c67a
|