Skip to content

Instantly share code, notes, and snippets.

@elPytel
Last active October 11, 2022 17:56
Show Gist options
  • Save elPytel/89eccf1f08991542162e012b5ae48e9b to your computer and use it in GitHub Desktop.
Save elPytel/89eccf1f08991542162e012b5ae48e9b to your computer and use it in GitHub Desktop.
Python auto testing & coverage script
#!/bin/bash
# By Pytel
clear
coverage run -m py.test
coverage report -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment