mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-13 09:58:47 +02:00
Removed an old test marker (#506)
This commit is contained in:
parent
734d27393d
commit
259f037dcb
@ -1,7 +1,6 @@
|
|||||||
"""Tests for ui elements."""
|
"""Tests for ui elements."""
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import pytest
|
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|
||||||
from aki_prj23_transparenzregister.ui import data_elements
|
from aki_prj23_transparenzregister.ui import data_elements
|
||||||
@ -114,7 +113,6 @@ def test_get_news_of_one_company1(news_db: Session) -> None:
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.working_on()
|
|
||||||
def test_options(full_db: Session) -> None:
|
def test_options(full_db: Session) -> None:
|
||||||
"""Tests if the options can be generated."""
|
"""Tests if the options can be generated."""
|
||||||
options = data_elements.get_options(full_db)
|
options = data_elements.get_options(full_db)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user