pytest-env
Environment config
Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration
pytest plugin to set environment variables in pytest.ini or pyproject.toml file
154 stars
8 watching
5 forks
Language: Python
last commit: 10 days ago
Linked from 1 awesome list
pluginpytestpython
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,426 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
philnash/envyable | Loads YAML configuration files into the environment variables of an application. | 78 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 440 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
pengbouestc/vite-plugin-envtype-patch | Tools to automatically generate and manipulate type definitions for environment variables in Vite projects | 1 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
igorissen/angular-env-builder | Generates environment variables in Angular projects based on configuration settings. | 1 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
grottopress/envy | Enables loading and setting environment variables from YAML files | 8 |
anapaulagomes/pytest-picked | A plugin for pytest that runs tests from modified test files only, allowing developers to automate testing of specific changes before committing them. | 370 |