代码覆盖 GUI 工具 Duvet

软件介绍

Duvet 是 coverage.py 产生的代码覆盖结果的可视化 GUI 工具,是 BeeWare 套件的一部分。

在 virtualenv 安装 Duvet,生成一些覆盖代码,然后运行 duvet:

$ pip install duvet
$ coverage run myscript.py arg1 arg2
$ duvet

这会弹出一个 GUI 窗口:

Screenshot of Duvet GUI after running a test suite.

本文地址:https://codercto.com/soft/d/20456.html

An Introduction to Genetic Algorithms

An Introduction to Genetic Algorithms

Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00

Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具