Matthias Bussonnier
|
ec5286ea8c
|
nigh
|
2015-07-18 13:16:08 -03:00 |
Matthias Bussonnier
|
195afa0733
|
try isntall 35 on tox
|
2015-07-18 13:16:08 -03:00 |
Matthias Bussonnier
|
8bde0c5957
|
allow faillure on 35
|
2015-07-18 13:16:08 -03:00 |
Matthias Bussonnier
|
b18e6439bd
|
Ast Call signature changed on 3.5
fix issue 744 on bitbucket
port of merge request 296
https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35
https://bitbucket.org/pytest-dev/pytest/issue/744/
Conflicts:
CHANGELOG
|
2015-07-18 13:15:46 -03:00 |
Floris Bruynooghe
|
5e0235946b
|
Merge pull request #801 from Carreau/test-35
Support Python 3.5
|
2015-07-18 11:30:36 +01:00 |
Anatoly Bubenkov
|
360c09a1e7
|
appveyor scripts
|
2015-07-16 21:21:55 -03:00 |
Anatoly Bubenkov
|
85f7aa2f9b
|
appveyor integration
|
2015-07-16 21:21:47 -03:00 |
Bruno Oliveira
|
a7b4ed89da
|
Use functools.partial name explicitly and simplify the code a bit as asked in review
|
2015-07-16 20:37:04 -03:00 |
Bruno Oliveira
|
dcdc823dd2
|
Support for tests created with functools.partial
Fix #811
|
2015-07-16 20:37:03 -03:00 |
Bruno Oliveira
|
30e7104b05
|
Merge pull request #845 from nicoddemus/tmpdir-improvements
Introduce tmpdir_factory session fixture
|
2015-07-16 20:02:08 -03:00 |
Bruno Oliveira
|
330de0a93d
|
Use a subdirectory in the TEMP directory to speed up tmpdir creation
Fix #105
|
2015-07-16 19:50:49 -03:00 |
Bruno Oliveira
|
aa25fb05a9
|
Make sure marks in subclasses don't change marks in superclasses
Fix #842
|
2015-07-16 19:29:16 -03:00 |
Thomas Kluyver
|
4462b83258
|
Style fix
|
2015-07-16 11:04:36 -07:00 |
Bruno Oliveira
|
94cdec2cfe
|
Update sidebar links from Bitbucket to GitHub
|
2015-07-16 03:08:06 +00:00 |
Bruno Oliveira
|
ebf32ae8a9
|
Update CONTRIBUTING documentation with GitHub instructions
|
2015-07-16 03:07:16 +00:00 |
Bruno Oliveira
|
74bc50e97c
|
Fix flakes
|
2015-07-15 20:45:35 -03:00 |
Bruno Oliveira
|
0f52856f99
|
Use a subdirectory in the TEMP directory to speed up tmpdir creation
Fix #105
|
2015-07-15 20:03:58 -03:00 |
Thomas Kluyver
|
077f0d3d66
|
Match .travis.yml env list to tox envs
|
2015-07-15 16:03:14 -07:00 |
Thomas Kluyver
|
37a09a6c30
|
No more failures
|
2015-07-15 15:58:42 -07:00 |
Thomas Kluyver
|
4e98d2b7f1
|
OK, try running flakes with 2.7
|
2015-07-15 15:52:28 -07:00 |
Thomas Kluyver
|
d73c8e6a5e
|
Try running flakes tests with Python 3.4
|
2015-07-15 15:49:15 -07:00 |
Thomas Kluyver
|
195422f9c0
|
Fix AST rewriting with starred expressions in function calls
|
2015-07-15 15:31:35 -07:00 |
Thomas Kluyver
|
62ca4ae963
|
Move Interrupted exception class out of Session
|
2015-07-15 14:28:43 -07:00 |
Thomas Kluyver
|
35bea86c9f
|
No Starred node type on Python 2
|
2015-07-15 14:11:21 -07:00 |
Matthias Bussonnier
|
d774f3ca86
|
generify
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
167625d24d
|
simplify + fix
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
3bc6c0f936
|
a test
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
3cf82c6594
|
nigh
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
71a00c3223
|
try isntall 35 on tox
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
e2e29284f0
|
allow faillure on 35
|
2015-07-15 13:49:40 -07:00 |
Matthias Bussonnier
|
26e64fc45c
|
Ast Call signature changed on 3.5
fix issue 744 on bitbucket
port of merge request 296
https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35
https://bitbucket.org/pytest-dev/pytest/issue/744/
|
2015-07-15 13:49:40 -07:00 |
Bruno Oliveira
|
8f4f2c665d
|
Mention pytest-runner in the docs
Fix #147
|
2015-07-13 21:59:37 -03:00 |
Bruno Oliveira
|
7a71b69a87
|
Pinning mock module to < 1.1 fo py26
It has been announced that mock>=1.1 will be
supported for python 2.7 only.
Conflicts:
tox.ini
|
2015-07-13 13:43:03 -03:00 |
holger krekel (rather uses bitbucket/hpk42)
|
8910ec2870
|
Merge pull request #836 from nicoddemus/doctest-modules-fixtures
Consider session fixtures for doctest docstrings in modules
|
2015-07-13 18:02:51 +02:00 |
holger krekel (rather uses bitbucket/hpk42)
|
c5d26ae1bb
|
Merge pull request #834 from nicoddemus/show-fixtures-bug
Fix: --fixtures only shows fixtures from first file
|
2015-07-13 17:59:42 +02:00 |
Bruno Oliveira
|
d6033037ac
|
Consider session fixtures for doctest docstrings in modules
Fixes #768
|
2015-07-13 12:29:09 -03:00 |
Bruno Oliveira
|
5750ae784a
|
Reword CHANGELOG a bit
|
2015-07-13 12:01:54 -03:00 |
holger krekel (rather uses bitbucket/hpk42)
|
194581ab5f
|
Merge pull request #829 from nicoddemus/pep302-get-data-support
Add support for PEP302 get_data API
|
2015-07-13 16:55:16 +02:00 |
Bruno Oliveira
|
5ec2a17f08
|
--fixtures only shows fixtures from first file
Fix #833
|
2015-07-12 17:32:39 -03:00 |
Bruno Oliveira
|
7445c5bd70
|
Add support for PEP302 get_data API
Fix #808
|
2015-07-11 14:13:43 -03:00 |
Bruno Oliveira
|
1baa1a4d01
|
Merge pull request #822 from nicoddemus/extra-usage-info
Print inifile and rootdir when there's usage errors
|
2015-07-11 13:43:20 -03:00 |
Bruno Oliveira
|
40ec0ec97d
|
Merge pull request #823 from nicoddemus/testdirs-option
Add new testdirs ini option
|
2015-07-11 13:42:54 -03:00 |
Bruno Oliveira
|
8a6aa5e17e
|
Print inifile and rootdir when there's usage errors
Related to #821
|
2015-07-10 21:56:12 -03:00 |
Bruno Oliveira
|
854e603f84
|
Add new testdirs ini option
Fix #694
|
2015-07-10 21:52:47 -03:00 |
Bruno Oliveira
|
65c56d4c00
|
Pinning mock module to < 1.1 fo py26
It has been announced that mock>=1.1 will be
supported for python 2.7 only.
|
2015-07-10 19:57:48 -03:00 |
holger krekel (rather uses bitbucket/hpk42)
|
e7374c39ba
|
Merge pull request #825 from nicoddemus/syntax-highlight-docs
Add syntax highlighting to missing snippets in the documentation and other fixes
|
2015-07-10 13:02:52 +02:00 |
Bruno Oliveira
|
0ee3ee7333
|
Add syntax highlighting to missing snippets in the documentation and other fixes
- Add explicit "code-block" for sessions without syntax highlight
- Moved Metafunc documentation to the class docstring and reused that in the
docs;
|
2015-07-09 21:50:38 -03:00 |
Bruno Oliveira
|
0624a69964
|
Merge pull request #824 from hpk42/devpiupload
configure a plain "devpi upload" to create sdist and universal wheel
|
2015-07-09 12:08:52 -03:00 |
holger krekel
|
fe897c81be
|
configure a plain "devpi upload" to create sdist and universal wheel
|
2015-07-09 14:56:56 +02:00 |
Bruno Oliveira
|
ae4c8b8635
|
Merge pull request #787 from pytest-dev/pluggy-bc-fix
Reintroduce get_plugin_manager() for backward-compatibility
|
2015-07-08 19:28:01 -03:00 |