Skip to main content

Test paralelizer

Project description

Tests

Travis results Coveralls results_

Downloads

Last month downloads from pypi Last week downloads from pypi Yesterday downloads from pypi

About

License Wheel Python versions Python interpreters

Status

Status Status

Parallelizes test executions.

It allows to parallelize the integration/acceptance tests execution in different environments. This way they will took much less time to finish.

And it is based on plugins in order to support different languages or platforms.

ParaTest can be run under any Continuous Integration Server, like Jenkins, TeamCity, Go-CD, Bamboo, etc.

Why Paratest?

Almost all test runners allow you to paralellize the test execution, so… why Paratest?

Well… In some cases test execution cannot be parallelized because of depenencies: database access, legacy code, file creation, etc. Then, you need to create a full workspace whenever you want to test them.

This may be a hard task, and sadly Paratest cannot help there.

But with some scripts to clone an existent workspace, Paratest can divide the tests between any number of workspaces, creating them on demand, and running the tests on them. Resources put the limits.

Another advantage of Paratest is the test order: Paratest remembers the time spent in each test and will reorder them to get the most of your infrastructure.

And finally, Paratest can retry failed tests, in order to avoid unstable tests.

Usage

First of all, you need two things:

  • a source. This means to have a source with instructions to create a workspace

  • some scripts to setup/teardown the workspaces. This should translate the source into a workspace.

Then, Paratest will call the setup scripts in order to create the workspaces and will parallelize the test run between them.

Current plugins

ParaTest is in an early development stage and it still have no plugins to work. It is just a proof of concept.

Contribute

Plugins

Writting a plugin is quite easy. You can see the paratest-dummy as example. Just two steps are required:

Write the plugin methods

Currently, just one method is required:

def find(path, test_pattern, file_pattern, output_path)

It should return a dict or a generator for tuples.

Register the entrypoint

The second step is to create a pip package with the entrypoint find within the group paratest. This should be done in the setup.py file. Example:

from setuptools import setup, find_packages

setup(
  name='whatever',
  version='0.0.1',
  entry_points={
    'paratest': 'find = whatever:find'
  }
)

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

paratest-2.1.2.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paratest-2.1.2-py2.py3-none-any.whl (15.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file paratest-2.1.2.tar.gz.

File metadata

  • Download URL: paratest-2.1.2.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for paratest-2.1.2.tar.gz
Algorithm Hash digest
SHA256 2e8dda54fd4dc540959e32d92bcdae13a2f8368a34ae9868fdac519f67dd2e2a
MD5 c216f05e503fb0269e123d597e8cf00f
BLAKE2b-256 d18ef049cb8816b6e94e816bf99036d9abb078260f7d8e4f60122d99c9ea201f

See more details on using hashes here.

File details

Details for the file paratest-2.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for paratest-2.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf17e220145a3fb35e81a68d59e7219680811fc6d8c6df0f4b920bbde2739421
MD5 94af21b684ab8273f036584b590cbf8d
BLAKE2b-256 4ec806f7bbfcbc673e8f5d9b588492936cee7eca267108acb488ab37c3929003

See more details on using hashes here.

Supported by

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