Skip to content

Commit

Permalink
Add runtests.py placeholder (to fix failing tox/GH actions tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed May 17, 2023
1 parent c1694d9 commit 5828901
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions runtests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python
import logging


def main():
pass


if __name__ == "__main__":
logging.basicConfig()
main()

0 comments on commit 5828901

Please sign in to comment.