This commit is contained in:
Nick Sweeting
2026-03-15 18:45:29 -07:00
parent f97725d16f
commit 934e02695b
111 changed files with 919 additions and 461 deletions

View File

@@ -5,12 +5,10 @@ Verify install detects and records binary dependencies in DB.
"""
import os
import subprocess
import sqlite3
import subprocess
from pathlib import Path
from .fixtures import *
def test_install_runs_successfully(tmp_path, process):
"""Test that install command runs without error."""