Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pytest-flask to latest version 0.10.0 #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link

This PR pins pytest-flask to the latest release 0.10.0.

Changelog

0.10.0

--------------------------

- Add ``--start-live-server``/``--no-start-live-server`` options to prevent
live server from starting automatically (`36`_), thanks to `EliRibble`_.

- Fix title formatting in documentation.


.. _36: https://github.com/vitalk/pytest-flask/issues/36
.. _EliRibble: https://github.com/EliRibble

0.9.0

-------------------------

- Rename marker used to pass options to application, e.g. ``pytest.mark.app``
is now ``pytest.mark.options`` (`35`_).

- Documentation badge points to the package documentation.

- Add Travis CI configuration to ensure the tests are passed in supported
environments (`32`_).


.. _32: https://github.com/vitalk/pytest-flask/issues/32
.. _35: https://github.com/vitalk/pytest-flask/issues/35

0.8.1

-----

- Minor changes in documentation.

0.8.0

-----

- New ``request_ctx`` fixture which contains all request relevant
information (`29`_).

.. _29: https://github.com/vitalk/pytest-flask/issues/29

0.7.5

-----

- Use pytest ``monkeypath`` fixture to teardown application config (`27`_).

.. _27: https://github.com/vitalk/pytest-flask/issues/27

0.7.4

-----

- Better test coverage, e.g. tests for available fixtures and markers.

0.7.3

-----

- Use retina-ready badges in documentation (`21`_).

.. _21: https://github.com/vitalk/pytest-flask/issues/21

0.7.2

-----

- Use pytest ``monkeypatch`` fixture to rewrite live server name.

0.7.1

-----

- Single-sourcing package version (`24`_), as per `"Python Packaging User Guide"
<https://packaging.python.org/en/latest/single_source_version.htmlsingle-sourcing-the-version>`_.

.. _24: https://github.com/vitalk/pytest-flask/issues/24

0.7.0

-----

- Add package documentation (`20`_).

.. _20: https://github.com/vitalk/pytest-flask/issues/20

0.6.3

-----

- Better documentation in README with reST formatting (`18`_), thanks
to `greedo`_.


.. _18: https://github.com/vitalk/pytest-flask/issues/18
.. _greedo: https://github.com/greedo

0.6.2

-----

- Release the random port before starting the application live server (`17`_),
thanks to `davehunt`_.


.. _17: https://github.com/vitalk/pytest-flask/issues/17
.. _davehunt: https://github.com/davehunt

0.6.1

-----

- Bind live server to a random port instead of 5000 or whatever is passed on
the command line, so it’s possible to execute tests in parallel via
pytest-dev/pytest-xdist (`15`_). Thanks to `davehunt`_.

- Remove ``--liveserver-port`` option.


.. _15: https://github.com/vitalk/pytest-flask/issues/15
.. _davehunt: https://github.com/davehunt

0.6.0

-----

- Fix typo in option help for ``--liveserver-port``, thanks to `svenstaro`_.

.. _svenstaro: https://github.com/svenstaro

0.5.0

-----

- Add ``live_server`` fixture uses to run application in the background (`11`_),
thanks to `svenstaro`_.


.. _11: https://github.com/vitalk/pytest-flask/issues/11
.. _svenstaro: https://github.com/svenstaro

0.4.0

-----

- Add ``client_class`` fixture for class-based tests.

0.3.4

-----

- Include package requirements into distribution (`8`_).

.. _8: https://github.com/vitalk/pytest-flask/issues/8

0.3.3

-----

- Explicitly pin package dependencies and their versions.

0.3.2

-----

- Use ``codecs`` module to open files to prevent possible errors on open
files which contains non-ascii characters.

0.3.1

-----

First release on PyPI.
Links

jokim pushed a commit that referenced this pull request May 3, 2023
Add CODEOWNERS for github.uio.no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant