摘要:
1. 概述 pytest是一个非常成熟的全功能的Python测试框架,主要特点有以下几点: 1、简单灵活,容易上手,文档丰富; 2、支持参数化,可以细粒度地控制要测试的测试用例; 3、能够支持简单的单元测试和复杂的功能测试,还可以用来做selenium/appnium等自动化测试、接口自动化测试(p 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
1. 概述 pytest是一个非常成熟的全功能的Python测试框架,主要特点有以下几点: 1、简单灵活,容易上手,文档丰富; 2、支持参数化,可以细粒度地控制要测试的测试用例; 3、能够支持简单的单元测试和复杂的功能测试,还可以用来做selenium/appnium等自动化测试、接口自动化测试(p 阅读全文
摘要:
1.安装git ubuntu上安装 ~$ sudo apt-get install git 源码安装见另外一篇博文。 验证版本如下: xu@xu-HP-ProBook-4330s:~$ git --version git version 1.9.12.安装配置repo参考http://blog.cs 阅读全文
摘要:
MAC下载安卓源码提示"gpg (GnuPG) is not available" MAC下载安卓源码提示"gpg (GnuPG) is not available"在Mac系统下执行repo init 会提示:“gpg (GnuPG) is not available”: 话不多说,直接上解决办法 阅读全文
摘要:
jenkins gitlab artifactory confluence pytest k8s buildroot aurix makefile repo 阅读全文
摘要:
Exception ignored in: <object repr() failed> Traceback (most recent call last): File "/home/jenkins/.local/lib/python3.6/site-packages/paramiko/file.p 阅读全文
摘要:
创建 screen 终端 # screen //创建 screen 终端 创建 screen 终端 并执行任务 # screen vi ~/main.c //创建 screen 终端 ,并执行 vi命令 离开 screen 终端 # screen vi ~/main.c //创建 screen 终端 阅读全文
摘要:
当我运行的git克隆像往常一样,我看到:如何将`git clone`的完整输出重定向到一个文件? $ git clone https://github.com/bensmithett/webpack-css-example Cloning into 'webpack-css-example'... 阅读全文
摘要:
rui.qin.o@MBC02XT0K4JGH7 ~ % rui.qin.o@MBC02XT0K4JGH7 ~ % mv workdir/config ~/.ssh rui.qin.o@MBC02XT0K4JGH7 ~ % cat ~/.ssh/config Host 10.11.92.125 Pr 阅读全文
摘要:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
摘要:
git clone https://username:passwd@gitlabAddr/*.git. proj001/ linux下每次git clone不需输入账号密码的方法 在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式: ame@zhen 阅读全文
|