Skip to content

Commit

Permalink
Tests: Correct coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2022
1 parent 66a7e37 commit b6d7567
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_misc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
def test_import_all():
"""
Only here to have correct coverage reporting until the test suite will be extended.
"""
from luftdatenpumpe import commands, engine, geo, util # noqa:F401
from luftdatenpumpe.source import common, eea, irceline, luftdaten_info, openaq # noqa:F401
from luftdatenpumpe.source import rdbms as source_rdbms # noqa:F401
from luftdatenpumpe.target import stream # noqa:F401
from luftdatenpumpe.target import influxdb, json, mqtt # noqa:F401
from luftdatenpumpe.target import rdbms as target_rdbms # noqa:F401

0 comments on commit b6d7567

Please sign in to comment.