separate unit/integration tests

This commit is contained in:
sebthom
2022-02-10 05:14:44 +01:00
parent c3275a375b
commit 0b46322a47
4 changed files with 26 additions and 7 deletions

View File

@@ -2,10 +2,13 @@
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
"""
import pytest
from kleinanzeigen_bot.selenium_mixin import SeleniumMixin
from kleinanzeigen_bot import utils
@pytest.mark.itest
def test_webdriver_auto_init():
selenium_mixin = SeleniumMixin()