#!/usr/local/bin/python3

from script import * 

c = spawn("Running tests... Good luck!")
shell(f"{pkg_manager} test")
c.done()
