-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
完善edp-*模块的测试用例 #124
Comments
edp有太多功能是对文件系统的操作了,这一块我们是不是需要研究出一个针对文件系统做测试的方法来?其它的主要还是工具模块,感觉测试是需要的但很细碎也不一定会对整体的正确性有很大帮助 |
@otakustay 不仅仅是文件的操作,例如 |
对的,我的意思是类似文件系统的操作这种,总不能 |
貌似大部分情况下直接 |
预先手造都好过每次run都mkdir和touch吧 发自我的 iPhone
|
北北,你定好测试框架吧,我下周也召集下这边的同学 发自我的 iPhone
|
不是好早之前就定下来了么?用的是 |
哪个repo有sample不? 发自我的 iPhone
|
|
好像大部分都写了,先关闭这个issue了 |
现在只有
ecomfe/edp-build
这个模块有部分测试代码,其它的都基本没有,每次发布新版本都是靠人肉测试,导致无法让更多的人放心的加入开发工作中来,因此需要完善各个模块的单元测试代码,保证每次发布的功能稳定,相关的测试用例也能优化代码的结构,方便新同学的入手和学习。The text was updated successfully, but these errors were encountered: