我需要一个有效的解决方案,将大量数据写入二进制文件。目前我使用numpy方法it('tests the error handling of foo',(done) =>{
spyOn(object,'foo').and.throwError('Test Error');
object.foo();
expect(object.bar).toHaveBeenCalled();
done();
,它消耗了大部分运行时。我的MWE:
.tofile
那么有比现有解决方案更有效的方法吗?提前谢谢。