public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob eb2caef2689197fa4a7b1cfd8fc2de1bd79dcf66 396 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#! /usr/bin/env python3

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright Red Hat
# Author: David Gibson <david@gibson.dropbear.id.au>

"""
Test writer facing interface to avocodo-classless
"""

from .manifest import manifest_add


def test(func):
    """Function decorator to mark a function as a classless test"""
    manifest_add(func.__module__, func.__name__, func)
    return func

debug log:

solving eb2caef2 ...
found eb2caef2 in https://archives.passt.top/passt-dev/20230627025429.2209702-7-david@gibson.dropbear.id.au/

applying [1/1] https://archives.passt.top/passt-dev/20230627025429.2209702-7-david@gibson.dropbear.id.au/
diff --git a/test/avocado_classless/avocado_classless/test.py b/test/avocado_classless/avocado_classless/test.py
new file mode 100644
index 00000000..eb2caef2

Checking patch test/avocado_classless/avocado_classless/test.py...
Applied patch test/avocado_classless/avocado_classless/test.py cleanly.

index at:
100644 eb2caef2689197fa4a7b1cfd8fc2de1bd79dcf66	test/avocado_classless/avocado_classless/test.py

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).