Cucumber Expressions - a simpler alternative to Regular Expressions
Project description
Cucumber Expressions for Python
Build system
This project uses Poetry as its build system. In order to develop on this project, please install Poetry as per your system's instructions on the link above.
Tests
The test suite uses pytest
as its testing Framework.
Preparing to run the tests
In order to set up your dev environment, run the following command from this project's directory:
poetry install
It will install all package and development requirements, and once that is done it will do a dev-install of the source code.
You only need to run it once, code changes will propagate directly and do not require running the install again.
Running the tests
pytest
automatically picks up files in the current directory or any subdirectories that have the prefix or suffix of test_*.py
.
Test function names must start with test*
.
Test class names must start with Test*
.
To run all tests:
poetry run pytest
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
Hashes for cucumber_expressions-17.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80d9c0080991606ed1a4f01f09f4803484d84d71099356e5394160ba6e2e0269 |
|
MD5 | 5eb625501192506f6f918767b6f656c8 |
|
BLAKE2b-256 | ff8bd69e7dbad9efbdac711f043d6c60a1b3155a0a43b724fc4bac1e48b1d902 |
Hashes for cucumber_expressions-17.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cfa3e4519ec1ca4f5f3d6ccb16153eba2ebff51ca4f48ef088e7edb4148a8cd |
|
MD5 | dd6c6ba6fa58d5dab53284a7e3b87710 |
|
BLAKE2b-256 | a6a3a58c3b89757a870213afe8dc384ed7d93eb1e4c8a467cdbb8a8d3e533155 |