# -*- coding: utf-8 -*- # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# -*- coding: utf-8 -*- # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
import json from pathlib import Path
import mozunit import pytest from mozilla_version.gecko import GeckoVersion
def test_beta_1_release():
buglist_str_54_0b1 = create_bugs_url(
product="firefox",
current_version=GeckoVersion.parse("54.0b1"),
current_revision="cf76e00dcd6f",
) assert buglist_str_54_0b1 == "", "There should be no bugs to compare for beta 1."
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.