Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pytest-djangoapp-1.2.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-pytest-djangoapp Distribution: openSUSE:Factory:zSystems
Version: 1.2.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 25 13:20:14 2023
Group: Development/Languages/Python Build host: s390zp24
Size: 98995 Source RPM: python-pytest-djangoapp-1.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/idlesign/pytest-djangoapp
Summary: Pytest plugin for Django pluggable application testing
A pytest plugin to help with Django pluggable application testing.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jul 24 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.2.0:
    * Add 'liveserver' and 'liveclient' fixtures (closes #24).
    * Added 'command_makemigrations' fixture.
    * Added 'conf_app_name' fixture (see #17).
    * Fixture 'template_context' now accepts a username.
    * Dropped support for Django 1.7.
    * Dropped support for Py2. Py3.6+ specific syntax is
      introduced. Code update may be required.
    * Introduced new 'check_migrations' fixture.
  - drop django_4.patch (upstream)
* Thu Mar 17 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Remove unneeded {Build,}Requires on python-mock.
* Mon Jan 10 2022 Matej Cepl <mcepl@suse.com>
  - Update to 0.15.2:
    - Ignore temporary attributes from project settings module (see
      gh#idlesign/pytest-djangoapp#21).
  - Add django_4.patch making the package compatible with Django
    4.* (gh#idlesign/pytest-djangoapp#23).
* Thu May 13 2021 Markéta Machová <mmachova@suse.com>
  - Update to 0.15.1
    * Fixture 'request_client' now accepts 'json' argument to encode post data.
    * Made Django 3.2 compatible.
* Mon May 04 2020 John Vandenberg <jayvdb@gmail.com>
  - Initial spec for v0.14.0

Files

/usr/lib/python3.10/site-packages/pytest_djangoapp
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pytest_djangoapp-1.2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pytest_djangoapp/__init__.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/configuration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/configuration.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/toolbox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/__pycache__/toolbox.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/compat.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/configuration.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__init__.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/db.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/db.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/live.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/live.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/mail.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/mail.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/messages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/messages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/migrations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/migrations.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/templates.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/templates.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/users.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/users.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/commands.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/db.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/live.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/mail.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/messages.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/migrations.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/request.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/settings.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/templates.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/users.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/fixtures/utils.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/plugin.py
/usr/lib/python3.10/site-packages/pytest_djangoapp/toolbox.py
/usr/share/doc/packages/python310-pytest-djangoapp
/usr/share/doc/packages/python310-pytest-djangoapp/AUTHORS
/usr/share/doc/packages/python310-pytest-djangoapp/CHANGELOG
/usr/share/doc/packages/python310-pytest-djangoapp/README.rst
/usr/share/licenses/python310-pytest-djangoapp
/usr/share/licenses/python310-pytest-djangoapp/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024