#!/usr/bin/env bash

BASH_COMPLETION_TEST_BASH_COMPLETION=/usr/share/bash-completion/bash_completion \
  pytest \
    test/t
