Sylvain Marié

Results 14 repositories owned by Sylvain Marié

develop-behind-proxy

28
Stars
5
Forks
Watchers

Some configuration tricks for developers located behind a corporate proxy.

python-pytest-cases

331
Stars
41
Forks
Watchers

Separate test code from test cases in pytest.

python-pytest-steps

55
Stars
5
Forks
Watchers

A tiny package to ease the creation of test steps with shared intermediate results/state.

python-makefun

111
Stars
13
Forks
Watchers

Dynamically create python functions with a proper signature.

pytest-patterns

35
Stars
4
Forks
Watchers

A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.

python-autoclass

37
Stars
2
Forks
Watchers

A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts o...

python-decopatch

24
Stars
4
Forks
Watchers

python decorators made easy.

python-genbadge

62
Stars
16
Forks
Watchers

A library to generate badges for typical checks (flake8, pytest, coverage, etc.)

python-pyfields

45
Stars
10
Forks
Watchers

Define fields in python classes. Easily.

python-pytest-harvest

56
Stars
8
Forks
Watchers

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.