Skip to main content

Run a python function (e.g., a test) in it's own process

Project description

decoupled

Motivation

Imagine...

  • You're developing a python extension OR
  • You're writing some C or C++ code, but decided to add some python bindings because you're more familiar with python unit testing libraries

Now this C/C++ code can fail in ways which Python code cannot. It can cause a segfault and take your whole Python process down. That means, that your testing library doesn't get to display it's results - you don't get told which tests fail.

The solution

decoupled runs your code in a separate process. If it crashes, this doesn't take down the parent process. Instead, a ChildCrashedError is raised in your parent process.

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

decoupled-0.0.7.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

decoupled-0.0.7-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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