Simple test result sending
Project description
This is a plugin for pretix.
Simple test result sending
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:
pip install flake8 isort black docformatter
To check your plugin for rule violations, run:
docformatter --check -r . black --check . isort -c . flake8 .
You can auto-fix some of these issues by running:
docformatter -r . isort . black .
To automatically check for these issues before you commit, you can run .install-hooks.
License
Copyright 2022 pretix
Released under the terms of the Apache License 2.0
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
File details
Details for the file pretix-simple-test-results-1.1.0.tar.gz
.
File metadata
- Download URL: pretix-simple-test-results-1.1.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b277a169483d8a30e3dbce90595d71f56fefa6bdeab0e0a8094af0b4247fc3a8 |
|
MD5 | d65c8714058c45dbd28c57d7c4df0048 |
|
BLAKE2b-256 | 766b9b446567c49050ca626e8c8286027e4c073173c5b1f388b74a0954fbef67 |
File details
Details for the file pretix_simple_test_results-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: pretix_simple_test_results-1.1.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72a571d387d29295b35a0170b9c84373e4064dd18a5bb996a060f16d955be045 |
|
MD5 | f0650e4bce56038cdc68df2588e21356 |
|
BLAKE2b-256 | 8bf588b8ac1e2d30557b45dc71b78e12aca19fe0991cb79e0a3af5a886631c7c |