Aids the testing of ExtJS applications from Python using Selenium.
Project description
PySeExt Module Repository
This project contains a package to aid the testing of ExtJS applications from Python using Selenium.
Naming Standards
Full details here.
TL;DR
| Type | Public | Internal |
|---|---|---|
| Packages | lower_with_under |
|
| Modules | lower_with_under |
_lower_with_under |
| Classes | CapWords |
_CapWords |
| Exceptions | CapWords |
|
| Functions | lower_with_under() |
_lower_with_under() |
| Global/Class Constants | CAPS_WITH_UNDER |
_CAPS_WITH_UNDER |
| Global/Class Variables | lower_with_under |
_lower_with_under |
| Instance Variables | lower_with_under |
_lower_with_under |
| Method Names | lower_with_under() |
_lower_with_under() |
| Function/Method Parameters | lower_with_under |
|
| Local Variables | lower_with_under |
Additional Notes
I have also settled on a standard of having a single class per source file (that I now understand are called modules), although inner classes are allowed. This is pretty much standard practice in other languages, and makes source control and managing conflicts far easier.
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
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 pyseext-1.0.0.tar.gz.
File metadata
- Download URL: pyseext-1.0.0.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d622771c48991e0b9577faba18e100974f725a40f4ae3a0b14442027d2f1e828
|
|
| MD5 |
ff2c21ca9b4c4621e7932faba9782d80
|
|
| BLAKE2b-256 |
5f9578cb6dd13719f80dfde38c0dbfd92671508ec7f0ef4130c90e9eb077d1b4
|
File details
Details for the file pyseext-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pyseext-1.0.0-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5422f2feccf2172e77083b7ea2414147557408e2d92a84660e77d76c84cd8a15
|
|
| MD5 |
670a5d1d4bd80189ec85d0f07f29d8c4
|
|
| BLAKE2b-256 |
df6b50d77a1d4ab0bc383023ac0a884268338fd11d95ef26636288346ff71a54
|