简体   繁体   English

是否有基于PHP的Python的鼻子实现?

[英]Is there a PHP-based implementation of Python's Nose?

I really appreciate Python's nose utility , which is a testing framework extension that watches your source code for changes and runs the unittests anytime something is modified. 我非常欣赏Python的nose实用程序 ,它是一个测试框架扩展,它可以监视源代码的变化并在任何修改时运行单元测试。

I was wondering whether anything such as this existed for PHP / as a PHPUnit extension? 我想知道PHP /作为PHPUnit扩展是否存在这样的东西? I'm fully aware that this sort of thing wouldn't be difficult to conjure up in bash using watch, but I work across platforms and would ideally like to avoid writing separate implementations. 我完全清楚这种事情在使用watch的bash中难以想象,但是我跨平台工作并且理想地希望避免编写单独的实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM