New issue 3070: fake_pytest.raises() should support the with: syntax
https://bitbucket.org/pypy/pypy/issues/3070/fake_pytestraises-should-support-the-with

Ronan Lamy:

The recommended syntax for pytest.raises\(\) nowadays is 

```python
with raises(Exception) as excinfo:
  ...
```

It should be available in -D and -A tests.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to