forked from orbit-oss/flask
Remove useless unittest imports
This commit is contained in:
parent
2401e21efd
commit
c6795eb626
7 changed files with 8 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
tests.reqctx
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Tests the request context.
|
||||
|
||||
|
|
@ -12,14 +12,13 @@
|
|||
import pytest
|
||||
|
||||
import flask
|
||||
import unittest
|
||||
|
||||
try:
|
||||
from greenlet import greenlet
|
||||
except ImportError:
|
||||
greenlet = None
|
||||
|
||||
|
||||
|
||||
def test_teardown_on_pop():
|
||||
buffer = []
|
||||
app = flask.Flask(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue