小编Mar*_*pez的帖子

在行为方面,您如何仅运行场景?

我有一个"行为"功能,它有很多测试.

我只需要针对开发需求运行特定方案.

我该怎么做?

(最好在命令行上)

python bdd python-behave

24
推荐指数
3
解决办法
1万
查看次数

Do I need to unsubscribe from Observable.of?

So, basically, new to rxjs and wanted to know,

Do I need to unsubscribe from Observable.of(data) or in newer rxjs versions, just plain of(data)?

i.e.

import {of} from 'rxjs';
const sub = of(data).subscribe();

Run Code Online (Sandbox Code Playgroud)

is this necessary?

sub.unsubscribe();
Run Code Online (Sandbox Code Playgroud)

rxjs typescript

4
推荐指数
1
解决办法
66
查看次数

标签 统计

bdd ×1

python ×1

python-behave ×1

rxjs ×1

typescript ×1