E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
tests
googletest,笔记20190821
https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#sharing-resources-between-
tests
-in-the-same-test-suite
阿群1986
·
2019-08-21 13:22
Git 笔记
ERROR:改了sh文件换行符从Windows提交到Git时报了这个错:warning:LFwillbereplacedbyCRLFintests/integration-
tests
/src/main/
苏云落雪
·
2019-08-16 14:00
python如何拼接时间戳到写入的文件名中
HTMLTestRunner生成的HTML分析报告,需要添加一个时间戳来辨别,但是我写好后,一直报错:if__name__=='__main__':suite=unittest.TestSuite()
tests
罗生堂下
·
2019-08-13 22:00
使用TestNG的多线程机制运行测试
1、使用线程池运行所有的测试用例(methods)将parallel设置为methods,线程个数设置为5image.png2、使用线程池运行所有的测试集(
tests
)将parallel设置为
tests
测试老杨
·
2019-08-11 16:48
手写一个符合A+规范的Promise
测试库地址在这:promises-
tests
,大家在写完自己的promise后,不妨也去测试一下,检验自己的promise是否符合PromiseA+规范
Bowen
·
2019-08-11 00:00
promise
javascript
【TestNG快板说六】TestNG测试用例并行运行
先来讲下TestNG测试用例并发运行有几种方式运行的xml文件中配置suite,其中可以分四中并行方式,分别method,
tests
,classes,instances@Test中设置参数threadPoolSize
哈布哥
·
2019-08-10 09:06
TestNG快板说
postman使用之五:Runner的使用
2.然后在Test里面设置好要断言的方法如:
tests
["Statuscodeis200"]=responseCode.code===200;
tests
["Responsetimeislessthan10000m
csdnhxs
·
2019-08-04 23:22
POSTMAN
Golang测试用例和cp程序制作基准测试注意事项
测试用例中的测试函数名必须是TestXXX(t*testing.T)如此定义,否则不执行每一个test文件必须要import一个testing包gotest或者gotest-v命令测试当前包目录下的所有的
tests
有我也有你
·
2019-08-03 10:39
Golang
postman
tests
常用测试结果验证及使用技巧
Postman的test本质上是JavaScript代码,通过我们编写测试代码,每一个
tests
返回True,或是False。
Fieeeeee
·
2019-08-01 20:07
学习笔记
EOS支持层(program,libraries,
tests
,Docker)
阅读更多支持层包括主程序模块,依赖库模块,测试层模块,Docker工具模块,文档说明模块主程序模块:源代码位于eos/program目录下,包含6个基本功能组件1.nodeos:EOS项目的核心程序源代码,可以配置不同插件来运行不同类型节点.该进程主要负责提供区块生产,封装API接口和本地开发的功能2.cleos:EOS项目中与nodeos之间交互信息的命令行工具cleos的源代码,编译后与nod
xiangjie88
·
2019-07-30 07:00
Angular脚手架系列:一、使用Angular CLI生成 Angular项目
目录1、无参生成项目2、--dry-run预览项目3、--skip-install参数,生成项目的同时不安装依赖4、--help参数,可以查看帮助5、--skip-
tests
参数,不生成"spec.ts
lxhjh
·
2019-07-19 13:05
学习资料
Angular
PostMan设置全局变量
postman.setGlobalVariable("token",data.data.token);postman.setGlobalVariable("openId",data.data.openId);
tests
my11712
·
2019-07-12 17:39
PostMan
Postman设置参数
pm.test("Statuscodeis200",function(){pm.response.to.have.status(200);});vardata=JSON.parse(responseBody);
tests
circlq
·
2019-07-12 15:55
JUnit5 Console Launcher - Linux 命令行
说明与依赖说明:https://junit.org/junit5/docs/current/user-guide/#running-
tests
-console-launcher依赖:https://repo1
ArchonGum
·
2019-06-26 17:13
Java
在postman中添加结果验证
1)打开“
Tests
”界面,在右侧“SNIPPETS”中依次点击Statuscode:Codeis200//请求返回状态码应该为200Responsetimeislessthan200ms//请求响应时间应该小于
LiBaylor
·
2019-06-26 10:22
测试
Python单元测试框架—Unittest
为了实现这些,unittest以一种面向对象的方式产生了一些很重要的概念:testfixture:fixture表示
tests
运行前需要做的准备工作以及结束后的清理工作。比如,创建临
小小渔夫
·
2019-06-24 15:56
1-------Python
Python 数据分析:让你像写 Sql 语句一样,使用 Pandas 做数据分析
做数据分析一、加载数据importpandasaspdimportnumpyasnpurl=('https://raw.github.com/pandas-dev/pandas/master/pandas/
tests
Yxh_blogs
·
2019-06-15 09:00
MY
TESTS
励志整理所有的n次考试的博客:【五一qbxt】test1【五一qbxt】test2【校内test】桶哥的问题【6.10校内test】noip模拟6.12校内test【6.12校内test】T1单词序列【6.12校内test】T2子集【6.12校内test】T3城市交通费6.18校内test(最近考试可是真勤)题目均来源于luogu【6.18校内test】T1多项式输出(luogup1067)【6.
Sweetness
·
2019-06-13 08:00
2019-06-09第六集
|-main/|-__init__.py|-errors.py|-forms.py|-views.py|-__init__.py|-email.py|-models.py|-migrations/|-
tests
牛发666
·
2019-06-09 16:57
python常用编写格式和规范
0.目录格式列举了几种常用写法,深度学习各种模型常用3中方法,#1:VIS/|--bin/||--vis||--vis/||--
tests
/|||--__init__.py|||--test_main.py
星落秋风五丈原
·
2019-06-06 17:15
编程
Golang学习笔记(7)测试与性能调优
表格驱动测试传统测试测试数据和测试逻辑混在一起出错信息不明确一旦一个数据错误测试全部结束表格驱动测试分离的测试数据和测试逻辑明确的出错信息可以部分失败go语言的语法是的我们更容易实现表格驱动测试funcTestTriangle(t*testing.T){
tests
我是黄骞
·
2019-06-04 13:54
Go学习笔记
rancher拉取新版本的harbor1.8的chartrepo可以启动,但是不能部署成功
/harbor/issues/7899解决办法1.修改harbor.yml中chart参数,把absolute_url改成enabledimage.png2.删除charts目录中templates/
tests
fengshunli
·
2019-06-03 17:58
总结:28大数据与AI,如何高效地测试?
自我学习极客时间《Android开发高手课》的笔记总结文中链接:阿里的Macacahttps://github.com/macacajs/macaca-androidfacebook的screenshot-
tests
-for-androidhttps
WizardDragon
·
2019-05-31 14:57
Android开发高手课
Ubuntu下编译Poco库
/configure--no-
tests
--
王纲
·
2019-05-23 06:00
cocos2d-x android 入门
使用androidstduio3.2打开
tests
/cpp-
tests
/proj.android里面的测试项目,编译等了有点久,没有错误,放在真机上运行,有错误。c
宁次
·
2019-05-15 13:00
使用 opencv 测试卷积核的效果
文件名:
tests
.h#pragmaonce#include"windows"#include#include"opencv2/opencv.hpp"#include"opencv
kalinkav
·
2019-05-08 15:03
c++
opencv
图片处理
卷积
javascript
vimimport.jsconsttestFilePattern=/lib\/__
tests
__/;module.exports={environments:({pathToCurrentFile})=
rEload
·
2019-05-02 15:47
2019-04-28 以太坊java客户端ethereumj跑测试集
ethereumj也是支持https://github.com/ethereum/
tests
测试集,只是代码隐藏的比较深,后来知道TravisCI可以运行测试集,研究了ethereumj项目下的.travis.yml
oracle3
·
2019-04-28 15:52
PostMan-测试脚本介绍
PostMan-测试脚本介绍一、Test测试脚本Postman的test本质上是JavaScript代码,通过我们编写测试代码,每一个
tests
返回True,或是False。
Bruce小鬼
·
2019-04-19 17:26
#
Mac上的gdb之:从入门到放弃
(gdb)runStartingprogram:/Users/solomonxie/Workspace/
tests
/clang/aUnabletofindMacht
SolomonXie
·
2019-04-16 00:00
gdb
c
macos
llvm
lldb
scylladb testing
有以下几种测试类别需要覆盖:本身的单元测试(处在源码
tests
文件夹下)seastar单
窥探文字
·
2019-04-06 09:36
scylladb testing
有以下几种测试类别需要覆盖:本身的单元测试(处在源码
tests
文件夹下)seastar单
窥探文字
·
2019-04-06 09:36
FEM项目之二solidspy+pygmsh整合
1.生成网格:C:\Users\Yuan\Downloads\SolidsPy\
tests
\testpygmsh.py注意pygmsh.generate_mesh的方法默认是mesh4的,我们要生成mesh2
嵇康
·
2019-03-02 00:23
数值分析&FEM
postman集成测试
environmentvariable环境变量,只在变量所属环境下生效globalvariable全局变量,在所有环境下都生效(即使环境为NoEnvironment)Pre-Request-Script&
Tests
-Script
红围脖
·
2019-02-27 17:13
测试
利用googletest命令行参数简化单元测试
首先看看gtest如何写:#includeintmain(intargc,char**argv){testing::InitGoogleTest(&argc,argv);returnRUN_ALL_
TESTS
FlushHip
·
2019-02-26 18:35
C/C++技巧
Windows
pycharm运行不能生成HTML测试报告
,所以测试了一下print,果然没有打印出mian函数(2)试了很多种方法,最后发现只有重新修改run配置才成功,点击右上角run,如下图新增一个Python运行环境,是Python不是python_
tests
灵欣-cinty
·
2019-02-19 15:20
测试
手把手教你在CTS中编写自己的测试模块
具体步骤如下:1.进入到android/cts/
tests
/目录下,其中camera文件夹即为CTS中的相机测试模块2.复制camera文件夹,重命名(如cameraDhane),由于我们的测试项和CTS
Dhane
·
2019-01-22 18:42
android
手把手教你在CTS中编写自己的测试模块
具体步骤如下:1.进入到android/cts/
tests
/目录下,其中camera文件夹即为CTS中的相机测试模块2.复制camera文件夹,重命名(如cameraDhane),由于我们的测试项和CTS
Dhane
·
2019-01-22 18:42
android
riscv-
tests
的使用
3.4riscv-
tests
的使用3.4.1riscv-
tests
目录的作用。
a_weiming
·
2019-01-21 22:05
RISC-V
&
rocket-chip
使用postman循环调用某接口
核心代码也很简单,就是postman.setNextRequest()首先我们需要将接口命名一下,方便调用,分别为"search"和"detail"然后再search接口
Tests
中新增代码,
相门城下
·
2019-01-16 00:00
postman
[习题34]C语言:动态数组
/www.jianshu.com/p/b0631208a794完整源码:liblcthwhttps://github.com/zedshaw/liblcthw源文件路径单元测试文件:liblcthw/
tests
AkuRinbu
·
2019-01-13 21:17
《笨办法学python3》习题48代码
在《笨办法学python3》习题48遇到了一点问题,以此记录一下编写扫描器因为lexicon_
tests
.py文件调用时用的是fromex48importlexicon而不是fromex48.lexiconimportlexicon
Ldw_bomber
·
2019-01-10 02:05
python
BMAT考试大学: how to use
tests
and strategies
ABMATscoregoodenoughforoneuniversitymightnotnecessarilybegoodenoughforanother.BMATuniversitiesplacedifferentemphasisontheexam,whilstsomerelyheavilyonittoshortlistcandidatestointerviewsothersdon’t.Ther
茵内特教育
·
2019-01-09 13:24
BMAT考试大学: how to use
tests
and strategies
ABMATscoregoodenoughforoneuniversitymightnotnecessarilybegoodenoughforanother.BMATuniversitiesplacedifferentemphasisontheexam,whilstsomerelyheavilyonittoshortlistcandidatestointerviewsothersdon’t.Ther
茵内特教育
·
2019-01-09 13:24
Python单元测试框架 unittest详解
TestCase:通过继承TestCase类,我们可以创建一个test,或者一组
tests
.一个TestCase的实例就是一个测试用例,是一个完整的测试流程,包括测试前准备环境的搭建(setUp),实现测试过程的代码
weixin_34357436
·
2019-01-02 17:00
测试
python
java
七、MapReduce实战篇-单词计数
4)在全部jar包中查找
tests
.jar,
事后诸葛亮
·
2018-12-31 01:22
Hadoop
飞腾arm架构设备上Linux系统中进行基准测试
/Run2d、3d测试在Makefile中GL_LIBS后添加-lm取消注释GRAPHICS_
TESTS
=defined$cdunixbench$make$./Rungraphics
施洋
·
2018-12-28 13:12
如何在Linux和Mac之间互传文件/文件夹
scpMac路径Linux用户名@ip地址:Linux绝对路径】(文件夹加参数scp-r)例:绝对路径:scp/mac/test/
[email protected]
:/var/linux/
tests
Daletxt
·
2018-12-26 11:41
mac
linux
React fiber 源码分析1(版本16.6.3)
reactdom.render()到底是如何工作的,这里可以先忽略DEV,因为这里大多数都是一些检测,一些warning提示,可以先理清出整体脉络,然后再去关注这些点.文件地址:packages/react-dom/src/
tests
邹小邹大厨
·
2018-12-13 16:16
python项目结构及相关文件编写
二、python项目结构1、python项目组合部分python项目主要包括以下几部分:bin:可执行文件;docs:项目文档;项目名:这里就是具体的项目代码;
tests
:测试代码;README.md:
panda-star
·
2018-12-11 23:26
python
文档编写
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他