Contents:
#!/usr/bin/env python import pytest [docs]def main(): pass if __name__ == "__main__": main()