New issue 551: looponfail is slow to react
https://bitbucket.org/hpk42/pytest/issue/551/looponfail-is-slow-to-react
Dustin Farris:
On changes, sometimes looponfail reacts near instantly, but more often than
not, it can take up to 15 seconds before looponfail recognizes a file change
(on a very
New issue 550: Strip docstring output with `--fixtures`
https://bitbucket.org/hpk42/pytest/issue/550/strip-docstring-output-with-fixtures
Daniel Hahler:
I have noticed that `py.test --fixtures` uses the docstring as-is.
I think it would be nicer to trim any leading and/or trailing whitespace
(u
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/040c46f25733/
Changeset: 040c46f25733
User:hpk42
Date:2014-07-29 15:06:37
Summary: reorder talks, more talks from pelme and others
Affected #: 1 file
diff -r 92dba42a205bd4ffb93e024ba87181b67668 -r
040c
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/92dba42a205b/
Changeset: 92dba42a205b
User:hpk42
Date:2014-07-29 15:00:45
Summary: add flub and pelme talks at EuroPython2014, remove one past
training note
Affected #: 2 files
diff -r cb8998b708a6ee9645a7d
9 new commits in tox:
https://bitbucket.org/hpk42/tox/commits/de361f0a345c/
Changeset: de361f0a345c
User:suor
Date:2014-06-20 12:10:04
Summary: First stab at multidimensional config
Affected #: 1 file
diff -r cefc0fd28dda72ac76a9170b4c586e0eb3f1d124 -r
de361f0a345ce1843425
New issue 549: Provide option for message & diff.
https://bitbucket.org/hpk42/pytest/issue/549/provide-option-for-message-diff
Sarah Bird:
Currently, if I have a test:
```
#!python
def test_string():
assert 'my silly string' == 'my not so silly string'
```
Then I get the fail message:
```
3 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/977c9b0aadb4/
Changeset: 977c9b0aadb4
Branch: cx_freeze-docs
User:nicoddemus
Date:2014-07-29 03:40:23
Summary: Adding blurb about using pytest runner and cx_freeze
Affected #: 1 file
diff -r 853ffb854a
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/754f2fce9197/
Changeset: 754f2fce9197
Branch: cx_freeze-docs
User:hpk42
Date:2014-07-29 12:43:04
Summary: Close branch cx_freeze-docs
Affected #: 0 files
Repository URL: https://bitbucket.org/hpk42/pyte
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/cb8998b708a6/
Changeset: cb8998b708a6
User:hpk42
Date:2014-07-29 12:43:04
Summary: Merged in nicoddemus/pytest/cx_freeze-docs (pull request #188)
Documentation example on how to integrate pytest and cx_freeze
New issue 548: isinstance check in warn() is inconsistent on py2/py3
https://bitbucket.org/hpk42/pytest/issue/548/isinstance-check-in-warn-is-inconsistent
Andreas Pelme:
There is an assertion that reads
```
assert isinstance(code, str)
```
in `warn()` in _pytest/main.py.
I guess the purpose he
10 matches
Mail list logo