#!/bin/sh
set -e
echo "===> Running tests"
python3 -m pytest guake/tests/test_quick_open.py
