[rhinstaller/blivet/pulls/133 master] Fix tests deprecation warnings in a backward compatible way

mulkieran installerbot-noreply at redhat.com
Wed May 27 11:17:11 UTC 2015


Sorry. I meant, please use a context manager with syntax like:

```
with self.assertRaises*(...):
    # the statement to be tested here
```

for all those assertRaises* calls.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/133


More information about the anaconda-patches mailing list