Florian Bruhin
|
789e4670e7
|
Merge pull request #1813 from nicoddemus/pytest-setup.cfg
Support [tool:pytest] in setup.cfg files
|
2016-08-17 20:33:57 +02:00 |
Florian Bruhin
|
c8ab79402c
|
Merge pull request #1811 from nicoddemus/revert-invocation-fixtures
Revert invocation-fixtures code
|
2016-08-17 20:32:54 +02:00 |
Bruno Oliveira
|
ab86dea529
|
Support [tool:pytest] in setup.cfg files
Also deprecate [pytest] usage in setup.cfg files
Fix #567
|
2016-08-17 08:19:38 -03:00 |
Bruno Oliveira
|
707b6b5e3f
|
Revert all invocation-fixtures code
Due to a serious regression found in #1794, it was decided to pull off
invocation features from 3.0 so it can be (hopefully) re-introduced
in 3.1
|
2016-08-17 08:12:55 -03:00 |
Florian Bruhin
|
09e647c7d9
|
Merge pull request #1812 from nicoddemus/deprecate-resultlog
Deprecate --resultlog cmdline option
|
2016-08-17 09:17:13 +02:00 |
Bruno Oliveira
|
f25771a101
|
Deprecate --resultlog cmdline option
Fix #830
|
2016-08-16 21:40:34 -03:00 |
Bruno Oliveira
|
d3b855104c
|
Merge pull request #1809 from blueyed/exitstatus-with-pytest_terminal_summary
Pass exitstatus to pytest_terminal_summary hook
|
2016-08-15 19:02:30 -03:00 |
Daniel Hahler
|
5b95ee3c19
|
Pass exitstatus to pytest_terminal_summary hook
This is useful to know if a testrun has been interrupted
(EXIT_INTERRUPTED).
|
2016-08-14 22:06:35 +02:00 |
Floris Bruynooghe
|
99a4a1a784
|
Merge pull request #1791 from nicoddemus/ide-integration-1790
Internal adjustments for easier integration with IDEs
|
2016-08-07 23:50:50 +01:00 |
Bruno Oliveira
|
4ab2e57ebd
|
Merge pull request #1797 from nicoddemus/merge-master-into-features
Merge master into features
|
2016-08-06 18:48:40 -03:00 |
Bruno Oliveira
|
802755ceed
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2016-08-06 17:58:17 -03:00 |
Bruno Oliveira
|
ac5c39e534
|
Merge pull request #1796 from nicoddemus/fix-rootdir-common-ancestor
Fix rootdir common ancestor
|
2016-08-06 17:38:42 -03:00 |
Bruno Oliveira
|
21230aa017
|
Add CHANGELOG entry
|
2016-08-06 17:14:13 -03:00 |
Dave Hunt
|
eb08135280
|
Update documentation to describe expected rootdir behaviour
|
2016-08-06 19:35:40 +02:00 |
Daniel Hahler
|
a2891420de
|
Fix determining rootdir from common_ancestor
|
2016-08-06 19:35:40 +02:00 |
Bruno Oliveira
|
1a79137d04
|
Add originalname attribute to Function
Related to #1790
|
2016-08-03 22:56:12 -03:00 |
Bruno Oliveira
|
530b0050b4
|
Improve TestReport.sections docs a bit
Related to #1790
|
2016-08-03 21:57:58 -03:00 |
Bruno Oliveira
|
ff296fd541
|
Add capstdout and capstderr attrs to TestReport
Related to #1790
|
2016-08-03 21:49:43 -03:00 |
Bruno Oliveira
|
08002ab75a
|
Add longreprtext property to TestReport objects
Related to #1790
|
2016-08-03 21:49:28 -03:00 |
Bruno Oliveira
|
6759b042b5
|
Merge pull request #1789 from nicoddemus/regendoc-take-2
Regendoc take 2
|
2016-08-03 18:21:36 -03:00 |
Bruno Oliveira
|
8b8c698f1a
|
Add more interpreter versions to multipython example
|
2016-08-03 16:48:49 -04:00 |
Bruno Oliveira
|
d28801d794
|
Make parametrize example deterministic
|
2016-08-03 16:48:11 -04:00 |
Bruno Oliveira
|
72df32f1fd
|
Fix missing print()
|
2016-08-03 17:34:55 -03:00 |
Bruno Oliveira
|
701d5fc727
|
Regendoc after more fixes on features branch
|
2016-08-03 16:31:44 -04:00 |
Bruno Oliveira
|
6e3105dc8f
|
Merge pull request #1787 from nicoddemus/fix-rewrite-conftest
Rewrite asserts in test-modules loaded very early in the startup
|
2016-08-03 16:10:55 -03:00 |
Bruno Oliveira
|
6711b1d6ab
|
Rewrite asserts in test-modules loaded very early in the startup
Also now match modules which start with any of the names registered
using register_assert_rewrite as discussed in #1787
Fix #1784
|
2016-08-03 12:49:48 -03:00 |
Florian Bruhin
|
d5be6cba13
|
Merge pull request #1788 from nicoddemus/available-fixtures-sorted
Sort fixture names when a fixture lookup error occurs
|
2016-08-03 07:31:28 +02:00 |
Bruno Oliveira
|
277b6d3974
|
Sort fixture names when a fixture lookup error occurs
|
2016-08-02 19:45:31 -03:00 |
Bruno Oliveira
|
ea6191a0cd
|
Merge pull request #1779 from RonnyPfannschmidt/deselect-no-reason
terminal: dont pretend to know the deselection reason
|
2016-08-02 08:38:17 -03:00 |
Floris Bruynooghe
|
9540106fe7
|
Merge pull request #1780 from nicoddemus/regen-pytest30
Run regen-docs for pytest 3.0
|
2016-08-02 12:07:16 +01:00 |
Ronny Pfannschmidt
|
1c8fe962f3
|
add changelog entry
|
2016-08-02 10:51:10 +02:00 |
Ronny Pfannschmidt
|
48f4e18280
|
fix deselect tests to match reason removal
|
2016-08-02 10:43:25 +02:00 |
Bruno Oliveira
|
21a90c8c50
|
Run regendoc again
|
2016-08-01 20:12:00 -04:00 |
Bruno Oliveira
|
eed21e06db
|
Sort yml items to get same results for regendoc runs
|
2016-08-01 20:09:35 -04:00 |
Bruno Oliveira
|
a6b2732507
|
Pass list of params to pytest.main() in docs
|
2016-08-01 20:09:35 -04:00 |
Bruno Oliveira
|
946466abf4
|
Run regen-docs for pytest 3.0
|
2016-08-01 20:09:35 -04:00 |
Raphael Pierzina
|
3cd2e37c55
|
Merge pull request #1783 from nicoddemus/inv-scoped-fixture-msg
Strip invocation-scope suffix when displaying fixture lookup error
|
2016-08-02 01:08:25 +01:00 |
Bruno Oliveira
|
553dc2600f
|
Strip invocation-scope suffix when displaying fixture lookup error
|
2016-08-01 20:34:56 -03:00 |
Raphael Pierzina
|
226f2795ba
|
Merge pull request #1782 from nicoddemus/invocation-fixtures-help
invocation-scoped fixtures show up once with --fixtures
|
2016-08-01 23:21:28 +01:00 |
Bruno Oliveira
|
b380eb5b34
|
Merge pull request #1781 from nicoddemus/highlight-file-loc
Highlight the path of file location in error report
|
2016-08-01 19:18:52 -03:00 |
Bruno Oliveira
|
44ecf2ab2f
|
invocation-scoped fixtures show up once with --fixtures
|
2016-08-01 18:48:29 -03:00 |
Bruno Oliveira
|
31c5194562
|
Fix broken test in py3k
|
2016-08-01 18:35:42 -03:00 |
satoru
|
3c8222f1db
|
Highlight the path of file location in error report
So that it's more obvious when we need to copy the file path.
|
2016-08-01 17:42:20 -03:00 |
Ronny Pfannschmidt
|
ac215e9cff
|
terminal: dont pretend to know the deselection reason
this addresses #1372 - we pretend we know the deselection reason from internal plugins and ignore 3rd party/local reasons
|
2016-08-01 13:50:59 +02:00 |
Bruno Oliveira
|
aa145fa83e
|
Add 'invocation' scope option to fixture docstring
|
2016-07-29 12:47:30 -03:00 |
Bruno Oliveira
|
76fbc6379f
|
Fix deprecated directive in docstring
|
2016-07-29 12:39:48 -03:00 |
Bruno Oliveira
|
80508203b0
|
Merge pull request #1776 from nicoddemus/pytest-30-version
Set version to 3.0.0.dev1
|
2016-07-28 21:57:13 -03:00 |
Bruno Oliveira
|
eaf8d9ce19
|
Set version to 3.0.0.dev1
For a long time now we've considering the next version to be 3.0.0
|
2016-07-28 21:30:16 -03:00 |
Floris Bruynooghe
|
510a6083ba
|
Merge pull request #1758 from nicoddemus/deprecated-module
Add deprecation module to centralize deprecation messages and bits of…
|
2016-07-28 22:36:55 +01:00 |
Florian Bruhin
|
ffb583ae91
|
Merge pull request #1773 from nicoddemus/fix-freeze
Use PyInstaller for freeze test env
|
2016-07-27 15:06:54 +02:00 |