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

python310-hammett-0.9.4-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-hammett Distribution: openSUSE:Factory:zSystems
Version: 0.9.4 Vendor: openSUSE
Release: 1.2 Build date: Fri Feb 16 18:55:11 2024
Group: Development/Languages/Python Build host: reproducible
Size: 162331 Source RPM: python-hammett-0.9.4-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/boxed/hammett
Summary: Fast python test runner
Hammett is a fast python test runner that aims to be compatible with the parts
of pytest most people use (unless that conflicts with the goal of being fast).

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Feb 16 2024 Ben Greiner <code@bnavigator.de>
  - Update to 0.9.4
    * Python 3.11 compatibility
    * Hooks for using Hammett as an API (for mutmut3)
    * Explicit fixture names didn't work
    * Support skipif
    * warns() without arguments fixed
    * conftest.py handling massively improved
  - Release 0.9.3
    * Some fixes for pytest compatibility
    * The bare minimum to work with pytest-snapshot (but not be able
      to collect snapshots)
    * Random fixes. Super basic support for pytest_sessionstart
    * Support for specifying config in setup.cfg file. This is useful
      for e.g django: config=nomigrations
    * Experimental multiprocessing tests
    * A little fix for not breaking when test plugins think we have
      xdist
    * Fixes for running in no-cache mode, and some improvements for
      making mutation testing faster down the line
  - Release 0.9.2
    * Fixed some really bad bugs relating to fixtures
  - Release 0.9.1
    * Fixed plugins dynamically adding implicit fixtures. This fixes
      pytest-django
    * Implemented support for pytest.warns/hammett.warns
    * Make cache default off, since it's still rather flaky
  - Release 0.9.0
    * Added support for caplog
    * Don't try to collect hidden files
  - Release 0.8.0
    * Added support for the capsys feature from pytest
    * Fixed verbose output
    * Improved test feedback
    * Support for class based tests (like unittest)
    * Also search for *_test.py, since it seems pytest tries these
    * Compatibility with a funny little pytest feature where you can
      pass a list and not a list of a list to parametrize if you have
      just one argument
    * Pixed python 3.6 support
    * Sort local variables in error output
  - Release 0.7.1
    * Fixed pretty bad cache invalidation bug. You might need to
      delete your .hammett-db file.
    * Attempt to get windows support
  - Release 0.7.0
    * Added hammett specific tests files system. This means if you
      have a file my_project/foo.py hammett will look for
      my_project/foo__tests.py and testt/foo__tests.py for tests
      specific for that module.
    * If you have module specific tests (see previous point), you can
      now run tests for a module with hammett my_project.foo
    * Implemented a results cache. This means that if you haven't
      changed your source or tests hammett knows not to rerun the
      tests. If you have module specific tests it will run only the
      relevant tests for that module when you change the module.
    * Added hammett command line. Beware of using this after doing
      setup.py develop as setuptools then adds a huge overhead.
    * Support python 3.6
    * Optimizations
  - Release 0.6.0
    * Added --durations feature
    * Improvements to skipping tests
    * Run tests in lexiographic order
    * Better assertion analysis
    * You can now pass hammett a directory on the command line and
      it'll do the right thing
    * Support names parameter of mark.parametrize() being a
      list/tuple
* Wed Apr 08 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.5.0
    * Implemented support for filtering tests based on markers. Also
      supports the marker[argument] syntax that goes beyond what pytest
      can do
    * Nicer output on failed tests
* Mon Mar 30 2020 pgajdos@suse.com
  - initial vrsion 0.4.0, required by python-mutmut

Files

/etc/alternatives/hammett
/usr/bin/hammett
/usr/bin/hammett-3.10
/usr/lib/python3.10/site-packages/hammett
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/AUTHORS.rst
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/LICENSE
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/METADATA
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/RECORD
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/WHEEL
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/hammett-0.9.4.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/hammett/__init__.py
/usr/lib/python3.10/site-packages/hammett/__main__.py
/usr/lib/python3.10/site-packages/hammett/__pycache__
/usr/lib/python3.10/site-packages/hammett/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/colors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/colors.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/fixtures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/fixtures.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/fixtures_support.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/fixtures_support.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/mark.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hammett/__pycache__/mark.cpython-310.pyc
/usr/lib/python3.10/site-packages/hammett/colors.py
/usr/lib/python3.10/site-packages/hammett/fixtures.py
/usr/lib/python3.10/site-packages/hammett/fixtures_support.py
/usr/lib/python3.10/site-packages/hammett/impl.py
/usr/lib/python3.10/site-packages/hammett/mark.py
/usr/share/doc/packages/python310-hammett
/usr/share/doc/packages/python310-hammett/AUTHORS.rst
/usr/share/doc/packages/python310-hammett/README.rst
/usr/share/licenses/python310-hammett
/usr/share/licenses/python310-hammett/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024