Framework for Model Based Testing
Project description
Modelator
⚠️ We are working on a new and entirely reworked Modelator architecture for improved performance and interoperability. Therefore, the current version is not maintained. The reworked version will be released in Q3 2022. ⚠️ |
---|
This repository contains the source code for modelator
- a framework and tools for model-based testing.
We deprecated modelator
support for Rust and Go. modelator
is used as a python package.
Instruction
To install modelator
via pip
, execute the following
# over https
pip install git+https://github.com/informalsystems/modelator
# or, over ssh
pip install git+ssh://git@github.com/informalsystems/modelator
python
...
>>> import modelator
If you are using a Poetry project, execute the following to add modelator
as a dependency,
# over https
poetry add git+ssh://git@github.com/informalsystems/modelator#dev # `poetry` assumes `master` as default branch
# or, over ssh
poetry add git+https://github.com/informalsystems/modelator#dev
Contributing
If you wish to contribute to modelator
, set up the repository as follows,
git clone git@github.com/informalsystems/modelator
cd modelator
poetry install
poetry shell
License
Copyright © 2021-2022 Informal Systems Inc. and modelator authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use the files in this repository except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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
File details
Details for the file modelator-0.6.6.tar.gz
.
File metadata
- Download URL: modelator-0.6.6.tar.gz
- Upload date:
- Size: 36.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Linux/5.15.78-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ebf17cd5861be8425934924b16385073d284f00722aca104c289e5ca4d57b55 |
|
MD5 | 1275f0d53473f3b5ecd68246abbac13a |
|
BLAKE2b-256 | 3cbe460c764785e0ad83e073e77655d4a1d1dddbf7421e2c87d4dd423be2c695 |
File details
Details for the file modelator-0.6.6-py3-none-any.whl
.
File metadata
- Download URL: modelator-0.6.6-py3-none-any.whl
- Upload date:
- Size: 54.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Linux/5.15.78-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1c6692c535a7bf85e14d0f18028e77ff9f9191b1ac0fa54cb0f4038c8f0d625 |
|
MD5 | d823aa93db3b100f516a746e9d7f2143 |
|
BLAKE2b-256 | 01592a7d36bd0be2bded645cb3d408bcf7dce9a074c4e2d8d196f1eb4798e931 |