#! /usr/bin/python3 # SPDX-License-Identifier: GPL-2.0-or-later # # Copyright Red Hat # Author: David Gibson """Test A Simple Socket Transport selftest/ - Selftests for the tasst library Usually, tests for the tasst helper library itself should go next to the implementation of the thing being tested. Sometimes that's inconvenient or impossible (usually because it would cause a circular module dependency). In that case those tests can go here. """