Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/pytest-dynaconf
https://github.com/singingwolfboy/pytest-dynaconf
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwolfboy/pytest-dynaconf
- Owner: singingwolfboy
- License: mit
- Created: 2021-12-20T17:28:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T17:28:20.000Z (about 3 years ago)
- Last Synced: 2024-10-31T06:02:58.284Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
pytest-dynaconf
===============Set your `Dynaconf`_ environment to ``testing`` when running pytest.
Installation
------------You can install "pytest-dynaconf" via `pip`_ from `PyPI`_::
$ pip install pytest-dynaconf
Usage
-----Configure a `Dynaconf environment`_ called ``testing``, which will
be used for your tests. This plugin will activate that Dynaconf environment
before your tests run. That's all it does!License
-------Distributed under the terms of the `MIT`_ license, "pytest-dynaconf" is free and open source software
Issues
------If you encounter any problems, please `file an issue`_ along with a detailed description.
.. _`Dynaconf`: https://www.dynaconf.com/
.. _`Dynaconf environment`: https://www.dynaconf.com/#layered-environments-on-files
.. _`MIT`: http://opensource.org/licenses/MIT
.. _`file an issue`: https://github.com/singingwolfboy/pytest-dynaconf/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project