Skip to content

Instantly share code, notes, and snippets.

@maiquelleonel
Last active March 11, 2021 21:47
Show Gist options
  • Select an option

  • Save maiquelleonel/3886c61099738745559c2c360bdc500b to your computer and use it in GitHub Desktop.

Select an option

Save maiquelleonel/3886c61099738745559c2c360bdc500b to your computer and use it in GitHub Desktop.
import subprocess
def tests():
subprocess.run(["python", "-u", "-m", "pytest"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment