sinonjs/sinon

Name differences

Open

#1 509 ouverte le 3 août 2017

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (764 forks)batch import
Difficulty: MediumHelp wantedhacktoberfestpinned

Métriques du dépôt

Stars
 (9 548 stars)
Métriques de merge PR
 (Merge moyen 6j 16h) (15 PRs mergées en 30 j)

Description

It might be logical reasons that I don't know about, but I wonder about some of the name differences between sinon-methods:

spy.notCalledWith assert.neverCalledWith

Should they have the same name?

stub.callsFake stub.callsArg stub.callsArgWith stub.callThrough stub.callArg stub.callArgWith

I often end up checking the docs where there is 'calls*' and where there is 'call*'.

Guide contributeur