Files
freeipa/ipatests/test_webui
Christian Heimes d7426ccbe7 Replace nose with unittest and pytest
* Replace raise nose.SkipTest with raise unittest.SkipTest
* Replace nose.tools.assert_equal(a, b) with assert a == b
* Replace nose.tools.raises with pytest.raises
* Convert @raises decorator to pytest.raises() but just for relevant
  lines.
* Remove nose dependency

I left the nose_compat pytest plugin in place. It can be removed in
another request in case it is no longer used.

https://pagure.io/freeipa/issue/7301

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2017-12-12 16:16:58 +01:00
..
2016-11-14 18:08:15 +01:00
2016-03-11 11:52:25 +01:00
2017-03-14 10:40:10 +01:00
2013-07-16 13:15:59 +02:00
2016-09-27 13:35:58 +02:00
2015-12-23 07:59:22 +01:00
2016-07-27 19:21:11 +02:00
2016-09-27 13:35:58 +02:00
2017-03-14 10:40:10 +01:00

http://www.freeipa.org/page/Web_UI_Integration_Tests