pyroman:使用BDD在Python中进行罗马数字转换

时间:2024-05-12 06:02:52
【文件属性】:

文件名称:pyroman:使用BDD在Python中进行罗马数字转换

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-12 06:02:52

bdd-style python3 roman-numerals Python

热罗曼 在Python中读取。 这是一个玩具项目,通过展示了Python中。 阅读下面的内容,了解如何使用BDD构建该项目。 依存关系 Python 3.6或更高版本 pytest和pytest-bdd 安装 使用提供的requirements.txt通过pip安装: pip install -r requirements.txt 建议使用虚拟环境以避免污染您的系统依赖项。 是为您管理所有这些的通用解决方案: pipenv install -r requirements.txt 用法 使用pyroman来回转换罗马数字: $ pyroman 1234 MCCXXXIV $ pyroman MMXXIX 2029 BDD,小Cucumber和pytest-bdd 这个项目的真正目的是展示我们如何使用纯朴的英语方言来指定程序的行为,通过编写足够的代码来实现(非技术性的)约定的行


【文件预览】:
pyroman-master
----features()
--------conversion_rules()
--------command_line.feature(851B)
----pytest.ini(43B)
----Pipfile(214B)
----tests()
--------test_cli.py(2KB)
----LICENSE(34KB)
----Pipfile.lock(18KB)
----src()
--------pyroman()
----requirements.txt(27B)
----setup.py(283B)
----Makefile(241B)
----README.md(6KB)

网友评论