mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
separate unit/integration tests
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user