GUI equipped Test Framework
Project description
Eightest Test Runner
Overview
Eightest is self made test runner written in Python that offers intuitive GUI in order to collect and execute tests suites.
Installation
In order to install use this command:
pip install eightest
Features:
- (WIP) Graphical User Interface
- Parallel execution of tests
- Test execution time
- Custom tags
- (WIP) Automatic scheduler
- (WIP) E-mail notifications
Usage
Here is an example of simple Test Suite:
from eightest import TestCase
class TestString(TestCase):
def before(self):
# Executed before each test.
self.text = 'text'
def test_upper(self):
assert self.text.upper() == 'TEXT'
def test_isalpha(self):
text = 'text'
assert self.text.isalpha() == True
def after(self):
# Executed after each test.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Technologies:
- Python 3.10.6
- Django 4.0
License
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
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 eightest-0.5.0.tar.gz.
File metadata
- Download URL: eightest-0.5.0.tar.gz
- Upload date:
- Size: 161.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588f44b85dbc95ea3989a836a69525adc6f739e73e803bcf09ba68cdb0c5ef13
|
|
| MD5 |
505fa22947be24954102ac1195588796
|
|
| BLAKE2b-256 |
136e1dd9056ac3ea00f6b8df119c95001a0bc5898fe597ad2ea8251e6fe3e0b5
|
File details
Details for the file eightest-0.5.0-py3-none-any.whl.
File metadata
- Download URL: eightest-0.5.0-py3-none-any.whl
- Upload date:
- Size: 91.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e5226b3a2fad4a6dfe171db51ab7f6451dba38cbb1f3aaf01651cd68a6dc303
|
|
| MD5 |
19bd300859fd561a5655d81267b5c919
|
|
| BLAKE2b-256 |
72cfb867ee72d852dd9dde62d9ccd7d87bcb92e0c3bdc3686092d4b17c3b7be8
|