Developer tools for compmodels.org.
Project description
Comp-Developer-Toolkit
compdevkit
tests your model's functions against the COMP criteria. If your functions pass the compdevkit
tests, then you can be reasonably sure that the functions will work on COMPmodels.org.
Install compdevkit
pip install compdevkit
Set up the comp
directory
cdk-init
Test your functions
from compdevkit import FunctionsTest
import matchups
def test_get_parameters():
ta = FunctionsTest(
model_parameters=matchups.get_inputs,
validate_inputs=matchups.validate_inputs,
run_model=matchups.get_matchup,
ok_adjustment={"matchup": {"pitcher": [{"value": "Max Scherzer"}]}},
bad_adjustment={"matchup": {"pitcher": [{"value": "Not a pitcher"}]}}
)
ta.test()
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
compdevkit-1.2.0.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file compdevkit-1.2.0.tar.gz
.
File metadata
- Download URL: compdevkit-1.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f0e6b6a571a2433dd3e36b8d172fc4390b03dec05a5b83af9df4783c139dd6 |
|
MD5 | 5ca241432d323f654b1863f24213eb2b |
|
BLAKE2b-256 | b2323285beddba36dc65b0de05e91f426cfba9ae3e27a343c9c13863d262d04c |
File details
Details for the file compdevkit-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: compdevkit-1.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 239604db3a0808498cb07bbf60561bf97027d7fb5bf13614c00977d397cbd501 |
|
MD5 | ba87a41226b3d26f5a31e4724ddd2476 |
|
BLAKE2b-256 | 15b85338743bca24538cdd48d3e0b15dd967039ac2fb3e9daad692dca5bb4b0d |