Permissions: -rwxr-xr-x
#!/usr/bin/env pythonimport pytestdef main(): pytest.main(['tests'])if __name__ == '__main__': main()