3 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/a016be612113/
Changeset: a016be612113
User:hpk42
Date:2014-03-11 22:10:17
Summary: introduce warning system with this API:
- node.warn() for a node-specific warning
- config.warn() for a global non-node spec
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/52e080dd60ed/
Changeset: 52e080dd60ed
User:hpk42
Date:2014-03-14 08:15:38
Summary: add changelog for warning system, bump internal version
Affected #: 3 files
diff -r e18da321354757558ffd286a07e94d2b1cd42b18
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/39ae14bd22af/
Changeset: 39ae14bd22af
Branch: graingert/pep8-good-practices-code-1394196858258
User:graingert
Date:2014-03-07 13:51:51
Summary: pep8 good practices code
Affected #: 1 file
diff -r 8d2d4
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/e5bc9442bb02/
Changeset: e5bc9442bb02
Branch: doc_typo_correction
User:jurko
Date:2014-03-02 22:52:38
Summary: fix documentation typo
Affected #: 1 file
diff -r 3ba7553c51cb0a85333f73be76aeffb9733450a6
New issue 482: pytest_addoption doesn't allow parameters which is the path to
an existing file
https://bitbucket.org/hpk42/pytest/issue/482/pytest_addoption-doesnt-allow-parameters
Roy van de Korput:
I've created an custom option:
```
#!python
def pytest_addoption(parser):
parser.addoption
4 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/f68e78b14a3e/
Changeset: f68e78b14a3e
User:schlamar
Date:2014-03-14 14:04:54
Summary: Fixed race condition with SkipTest when module not in sys.modules
on collection.
Affected #: 4 files
diff -r 023c92172a
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/585fe9c5488e/
Changeset: 585fe9c5488e
User:hpk42
Date:2014-03-14 15:44:39
Summary: fix issue #479: properly handle nose/unittest(2) SkipTest
exceptions
during collection/loading of test modules. Thanks to Ma