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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#! /usr/bin/env avocado-runner-avocado-classless

"""
Example avocado-classless style tests
"""

import sys


def trivial_pass():
    print("Passes, trivially")


def trivial_fail():
    print("Fails, trivially", file=sys.stderr)
    assert False

debug log:

solving 3895ee81 ...
found 3895ee81 in https://archives.passt.top/passt-dev/20230627025429.2209702-5-david@gibson.dropbear.id.au/

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

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

index at:
100644 3895ee811ae0234588f8fb266aba99cef885a46d	test/avocado_classless/examples.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).