qutebrowser/misc/requirements
Florian Bruhin 24db93f3eb test req: Update pytest-mock to 1.1
- From this version onward, pytest-mock is licensed under the MIT
  license.
- Now the plugin also adds introspection information on differing call
  arguments when calling helper methods such as assert_called_once_with.
  The extra introspection information is similar to pytest's and can be
  disabled with the mock_traceback_monkeypatch option.
- mocker.stub() now allows passing in the name for the constructed Mock
  object instead of having to set it using the internal _mock_name
  attribute directly. This is useful for debugging as the name is used
  in the mock's repr string as well as related assertion failure
  messages.
- Monkey patching mock module for friendlier tracebacks is automatically
  disabled with the --tb=native option. The underlying mechanism used to
  suppress traceback entries from mock module does not work with that
  option anyway plus it generates confusing messages on Python 3.5 due
  to exception chaining.
- mock.call is now aliased as mocker.call for convenience.
2016-06-02 11:19:22 +02:00
..
README.md Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-check-manifest.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-codecov.txt requirements: Update codecov to 2.0.5 2016-06-02 11:16:52 +02:00
requirements-cxfreeze.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-flake8.txt flake8 req: Update sortedcontainers to 1.5.3 2016-06-02 11:18:49 +02:00
requirements-pip.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-pyinstaller.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-pylint-master.txt requirements: Also update mccabe for pylint-master 2016-05-31 07:57:53 +02:00
requirements-pylint.txt requirements: Pin all pylint dependencies 2016-05-29 17:34:16 +02:00
requirements-pyroma.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-tests.txt test req: Update pytest-mock to 1.1 2016-06-02 11:19:22 +02:00
requirements-tox.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00
requirements-vulture.txt Use requirements files for tox dependencies 2016-05-29 16:53:54 +02:00

This directory contains various requirements files which are used by tox to have reproducable tests with pinned versions.