
测试 test
orangleliu
快乐编程
-
原创 [selenium ]selenium 自动登录考勤系统
# -*- coding: utf-8 -*- #get_info_of_working.py python2.7.x #orangleliu@gmail.com 2014-04-24 ''' 用来自动打开查询工时的界面 直接看到自己最近的打卡情况 ''' from selenium import webdriver from selenium.webdriver.common.keys2014-04-24 17:37:522061
1
-
原创 [Test]测试相关资料
一些资料收集ce2014-09-25 22:27:591839
0
-
原创 [工具]ngrok 本地反向代理
什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspectio2015-01-09 10:38:494410
1
-
原创 Django 禁用Migrations 给 Unit Test 提速
文章地址:https://simpleisbetterthancomplex.com/tips/2016/08/19/django-tip-12-disabling-migrations-to-speed-up-unit-tests.html Django 框架提供了 test 接口,很简单,自从1.7版本之后添加了 migrations 特性,默认的 test 命令会在每次执行的时候进行 migr2017-06-08 12:51:311367
0