e2etest: Simple End-to-End Test for Web
Project description
e2etest
Simple End-to-End Test for web
Usage
pip install e2etest
from e2etest import E2E
url = "https://lapisai.com/query"
e2e = E2E(url)
e2e.render()
assert e2e.exists("p") == True
assert "This Title" in e2e.get_text("p")
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
e2etest-0.1.11.tar.gz
(4.7 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 e2etest-0.1.11.tar.gz.
File metadata
- Download URL: e2etest-0.1.11.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d266998d4605b7408937187f83eaf4c9297f8fa115f1ac653a652a91f4aed323
|
|
| MD5 |
02ee2aa3254876fcae3cd0a888f6e866
|
|
| BLAKE2b-256 |
fe02cca5b2f004650ff708c2b468ed2902135f87a2edd94fcc3b0cff7fae2963
|
File details
Details for the file e2etest-0.1.11-py3-none-any.whl.
File metadata
- Download URL: e2etest-0.1.11-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e9157938f6fa007d56383b99441338ec2b458c5c5933e372a708d073512ec5d
|
|
| MD5 |
8a2aff7dc6a3d9a173a2a15d6f60f0f8
|
|
| BLAKE2b-256 |
7163db366df707ef154297a427b0e9f368d9e096a716bc91776b8f19e0da8f1d
|