snippet flaskunit
import unittest
from flask_testing import TestCase
class $1(TestCase):
pass
if __name__ == "__main__":
unittest.main()
endsnippet