/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/e2e/plugins/micron/micron_test.py
18 строк
396 B
Daniel Wagner
tests/e2e: create a fully standalone Python package
10 авг 2026, 17:30
10 авг 2026, 17:30
6742a9b
Код
Авторство
О чём код?
# SPDX-License-Identifier: GPL-2.0-or-later # # Copyright (c) 2026 Micron Technology, Inc. # # Author: Broc Going <broc.going@micron.com> # """Base class for Micron plugin tests.""" from ..plugin_test import TestPlugin class TestMicron(TestPlugin): """Base class for Micron plugin tests. Provides the plugin_name and any Micron-specific helpers. """ plugin_name = "micron"