我在Flask中有一个小应用程序,我想用它来进行测试。我以前使用过Django测试,我刚刚开始掌握Flask中的低级功能。
我的测试目前是这样的:
import unittest
from config import app
from mongoengine import connect
from my_app.models import User
class TestCase(unittest.TestCase):
def setUp(self):
app.config['TESTING'] = True
app.config[
因为CouchDb以json格式存储文档,并且在每次文档更改后对视图进行索引。如果可能的话,如果使用数字而不是字符串,我会获得更多的性能吗?
目前我使用的是
string type
string syncedToSQL
string epidemicFrom
string group
string year
string app
我能做的是:
number type
number syncedToSQL
string epidemicFrom --remains as string
number group
number year
number app
这些视图是使用group, year,
最近几天,我在PHP Laravel中从事单元测试工作。我在测试方面是个新手,但我一般都会读到它们应该如何制作……但事实上,我不能正确地写它。还是有一些错误。下面是我要测试的类(方法)( mock ):
class ApiHelper
{
private $model_locations;
public function __construct($model_locations)
{
$this->model_locations = $model_locations;
}
public function calcAllDista