Persistent Storage (#1131)

This commit is contained in:
Chris Caron
2024-08-22 21:44:14 -04:00
committed by GitHub
parent 5cee11ac84
commit 827db528d0
156 changed files with 7297 additions and 518 deletions

View File

@@ -27,8 +27,9 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
PYTEST=$(which py.test)
PYTEST=$(which py.test 2>/dev/null)
# Support different distributions
[ -z "$PYTEST" ] && PYTEST=$(which py.test-3 2>/dev/null)
# This script can basically be used to test individual tests that have
# been created. Just run the to run all tests:
# ./devel/test.sh