test/more #9

Merged
jkuhl merged 10 commits from test/more into develop 2025-12-02 10:33:38 +01:00
3 changed files with 4 additions and 5 deletions
Showing only changes of commit 602324f84f - Show all commits

add ruff tests
All checks were successful
Pytest / pytest (3.12) (push) Successful in 48s
Pytest / pytest (3.13) (push) Successful in 45s
Pytest / pytest (3.14) (push) Successful in 45s

Justus Kuhlmann 2025-12-02 10:04:52 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -8,7 +8,7 @@ from .tools import str2list
from .main import update_aliases
from .meas_io import drop_cache as mio_drop_cache
import os
from importlib.metadata import version, PackageNotFoundError
from importlib.metadata import version
app = typer.Typer()

View file

@ -1,5 +1,4 @@
import sqlite3
import datalad.api as dl
import os
import json
import pandas as pd

View file

@ -2,6 +2,6 @@
Import functions for different codes.
"""
from . import sfcf
from . import openQCD
from . import implementations
from . import sfcf as sfcf
from . import openQCD as openQCD
from . import implementations as implementations