Beispiel #1
0
    def fin():
        """Clear the resources at the end."""

        database.disconnect()
        Database.delete_all_contents()
        Database.delete_storage()
Beispiel #2
0
    def delete():
        """Delete all existing content and the database."""

        Database.delete_all_contents()
        Database.delete_storage()
Beispiel #3
0
    def fin():
        """Clear the resources at the end."""

        snippy.release()
        Database.delete_storage()