#!/bin/bash
set -e

python3 -m pytest --pyargs bpython
