Skip to main content

A plugin to pytest stoq

Project description

PyPI version Python versions CI Build

A plugin to pytest stoq.

This plugin automatically set up the stoq test environment. It also provide a range of fixtures to ease the testing of stoq-related projects.

Installation

You can install “pytest-stoq” via pip from PyPI:

$ pip install pytest-stoq

Command-line options

  • --plugin-cls: the plugin class path to be installed. Useful for testing stoq plugin projects.

  • --quick: setup stoq using the quick strategy.

  • --skip-env-setup: pytest-stoq won’t setup the database, install plugins etc. (in case you already have the test env ready).

  • --stoq-plugins: a comma-separated list of stoq plugin names to be installed. Useful for testing stoq applications that uses plugins (such as stoq desktop and stoq server).

Config file options

  • PLUGIN_CLASS: same as --plugin-cls

  • STOQ_PLUGINS: same as --stoq-plugins

Fixtures

The plugin provides the following fixtures:

  • store: an instance of storm’s (ORM) store used to access the database. It suffers rollback after each test case and cannot be committed, closed or rollbacked manually

  • example_creator: instance creates (inserts) database objects with example/test data

  • sysparam: a sysparam instance that clear its cache automatically after each use

  • current_station

  • current_user

  • current_branch

  • current_till

  • mock_new_store: replace stoqlib.api.new_store() with the store fixture

Local Development

(optional) Setup your virtualenv using python 3.5+

Install test requirements:

$ pip install -Ur requirements-test.txt

Setup pre-commit:

$ pre-commit install

Run tests using pytest:

$ make test

License

Distributed under the terms of the GNU GPL v3.0 license, “pytest-stoq” is free and open source software

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

pytest-stoq-0.7.1.tar.gz (16.9 kB view details)

Uploaded Source

File details

Details for the file pytest-stoq-0.7.1.tar.gz.

File metadata

  • Download URL: pytest-stoq-0.7.1.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pytest-stoq-0.7.1.tar.gz
Algorithm Hash digest
SHA256 2a27f11cbf5333a0623a042e7e5701715b486b0c6333ee31e51b79f3262b0b43
MD5 735142025df7d2104d5e45f574d24528
BLAKE2b-256 0696b1638fa2bb28f78e705874ed8d49df1037372d89a2c3c50d2b7a59160e82

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page