码迷,mamicode.com
首页 >  
搜索关键字:runner    ( 845个结果
unittest_简介(一)
unittest是python内置的单元测试框架,具备编写用例、组织用例、执行用例、输出报告等自动化框架的条件。 使用unittest前需要了解该框架的五个概念: 即test case,test suite,test loader,test runner,test fixture。 test cas ...
分类:其他好文   时间:2021-02-22 12:05:07    阅读次数:0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:其他好文   时间:2021-02-18 13:05:15    阅读次数:0
Spring Security
Spring Security简介 历史 添加parent和web依赖 SpringBootApplication @MapperScan@SpringBootApplication public class SpringSecurityApplication{ public static void ...
分类:编程语言   时间:2021-02-17 14:45:56    阅读次数:0
Bitcoin的单元测试
原文 https://github.com/bitcoin/bitcoin/blob/master/src/test/README.md 基本情况 使用语言为Python,通过如下文件执行 test/functional/test_runner.py 单元测试源代码的目录为: /src/test/ ...
分类:其他好文   时间:2021-01-29 11:43:00    阅读次数:0
expr命令
expr命令 expr命令计算给定表达式并显示其相应的输出,其被使用用于:基本操作像加法、减法、乘法、除法和模等等整数,求值正则表达式,字符串操作,如子字符串,字符串长度等。 语法 expr [EXPRESSION | OPTION] 参数 --help: 输出帮助信息。 --version: 输出 ...
分类:其他好文   时间:2021-01-27 13:05:36    阅读次数:0
VSCode运行时弹出powershell
问题 安装好了vscode并且装上code runner插件后,运行代码时总是弹出powershell,而不是在vscode底部终端 显示运行结果。 解决方法 打开系统cmd ,在窗口顶部条右击打开属性,把最下面的旧版控制台选项取消,即可 ...
分类:系统相关   时间:2021-01-18 11:20:58    阅读次数:0
使用gitlab-runner本地验证.gitlab-ci.yml
背景 在gitlab上配置新项目的CI的时候,需要编写项目的 .gitlab-ci.yml 文件。 每次修改 .gitlab-ci.yml 文件之后都要执行git push让GitLab去构建来验证当前的CI脚本是否能正确构建,甚是麻烦,同时增加了很多无营养的Git提交。 若我们能够在修改完.git ...
分类:其他好文   时间:2020-12-25 12:01:34    阅读次数:0
java测试类
`import org.junit.runner.RunWith; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJ ...
分类:编程语言   时间:2020-11-21 12:46:32    阅读次数:25
Postman使用详解
一、概念 1、Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件,Postman分为Postman native app和Postman Chrome app两个版本。目前Chrome app已经停止维护,官方也不推荐使用该版本。 2、官网下载地址:http://www. ...
分类:其他好文   时间:2020-11-08 17:51:05    阅读次数:31
gitlab-runner config for docker runner
在gitlab使用gitlab runner执行CI/CD时,发现每次都要重新拉取docker镜像,即使本地已经有了,也不使用,直接重新拉去,导致流程很慢, 查询了下对应的配置文档,修改配置参数**pull_policy**为`pull_policy = "if-not-present"`,优先使用... ...
分类:其他好文   时间:2020-11-04 19:15:29    阅读次数:31
845条   上一页 1 2 3 4 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!