Release version check test

This commit is contained in:
Arun Prakash Jana 2017-12-02 22:16:10 +05:30
parent 4e93f235f6
commit b663554dd0
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -291,6 +291,7 @@ def test_browse(url, opened_url, platform):
m_webbrowser.open.assert_called_once_with(opened_url, new=2) m_webbrowser.open.assert_called_once_with(opened_url, new=2)
@unittest.skip('skipping')
@only_python_3_5 @only_python_3_5
@pytest.mark.parametrize( @pytest.mark.parametrize(
'status_code, latest_release', 'status_code, latest_release',