Skip to content

Commit

Permalink
restore bin/sipssert for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 20, 2024
1 parent 5dd2ad7 commit dc411e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/sipssert
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python

from sipssert import main

def run_test_sipssert():
main.main()

if __name__ == '__main__':
run_test_sipssert()

0 comments on commit dc411e0

Please sign in to comment.