#!/bin/bash # # This file is distributed under the MIT License. See LICENSE.md for details. # set -euo pipefail DIR=$(dirname "${BASH_SOURCE[0]}") cd "$DIR" || exit 1 python3 -m pytest test.py --collect-only | grep -o '' | sed 's||\1|g'