issues
search
dashbitco
/
mox
Mocks and explicit contracts in Elixir
1.35k
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
:skip_optional_callbacks option to `defmock` skips optional callbacks
#62
axelson
closed
5 years ago
5
Feature Request: Ability to generate a mock that doesn't implement optional callbacks
#61
axelson
closed
5 years ago
7
How should I wire up mox when writing a library?
#60
andrewjensen
closed
5 years ago
1
Add functioning barebones Mox implementation example
#59
SophisticaSean
closed
5 years ago
2
How should I add a working example into this repo?
#58
SophisticaSean
closed
5 years ago
1
A failed assertion inside an expectation lets the test pass
#57
svarlet
closed
5 years ago
6
Readme version updated.
#56
TheFirstAvenger
closed
5 years ago
1
Add args to error raised on UnexpectedCallError. Fixes #54.
#55
TheFirstAvenger
closed
5 years ago
1
Note what args were passed on UnexpectedCallError
#54
TheFirstAvenger
closed
5 years ago
2
Use $callers to use expectations made in the calling process
#53
axelson
closed
5 years ago
7
Use $callers to automatically add allowances
#52
axelson
closed
5 years ago
1
Would it be possible to capture arguments on calls to expectations?
#51
tpitale
closed
5 years ago
4
Can't add new function to mock
#50
marinakr
closed
5 years ago
1
warning redefining module
#49
sescobb27
closed
6 years ago
3
Creating an allowance in global mode is now ignored
#48
axelson
closed
6 years ago
2
Mock only some tests
#47
tielur
closed
6 years ago
2
It would be nice if Mox.allow/3 did not fail in global mode
#46
axelson
closed
6 years ago
4
Actually check for the :for option in defmock/2
#45
whatyouhide
closed
6 years ago
1
Support registered process names for allowances
#44
sgrshah
closed
6 years ago
1
Support registered process names in explicit allowances
#43
sgrshah
closed
6 years ago
2
Fallback to stub when there is a FunctionClauseError in expect
#42
dsdshcym
closed
6 years ago
2
`stub_with/2` can only be used inside of a test
#41
AaronJamesKing
closed
6 years ago
4
Update README for v0.4
#40
mhanberg
closed
6 years ago
1
Mocks for functions with optional argument
#39
aharpole
closed
6 years ago
1
doctest
#38
MeterSoft
closed
6 years ago
1
Polish documentation for the Mox module
#37
whatyouhide
closed
6 years ago
1
Add downloads and version hex.pm badges
#36
mhanberg
closed
6 years ago
5
Allow expect/4 to assert function not called
#35
NikitaAvvakumov
closed
6 years ago
5
Adds stub_with function for stubbing a mock with module.
#34
bundacia
closed
6 years ago
6
Add helpful debugging output with configuration
#33
midas
closed
5 years ago
9
Expect that a mocked function is never called
#32
jayashe
closed
6 years ago
12
Tests fail when executed from umbrella app in global mode.
#31
alex-sysoev
closed
6 years ago
3
Support mocking multiple behaviours
#30
cbui
closed
6 years ago
3
Mocking a process spawned by a GenServer
#29
sashaafm
closed
6 years ago
2
Make behaviour of `stub` equal to `expect`
#28
opsb
closed
6 years ago
4
docs: Fix minor typos
#27
cesariouy
closed
6 years ago
1
Mocks with multiple behaviours
#26
joshrieken
closed
6 years ago
1
Mox application won't start on Elixir 1.4
#25
take-five
closed
6 years ago
1
Update mox version in README install instructions
#24
moxley
closed
6 years ago
1
Issue with callback defined yet still unknown until fully cleaning
#23
epinault
closed
6 years ago
11
Warnings "module Spinnaker.ClientMock is not available"
#22
tony612
closed
7 years ago
2
Add :global mode
#21
hubertlepicki
closed
7 years ago
2
Just a heads up - one might need to `require` the behaviours
#20
svarlet
closed
7 years ago
1
Add ability to use mox without an explicit contract
#19
JoanZapata
closed
7 years ago
8
fixes typo
#18
jaimeiniesta
closed
7 years ago
1
Use Code.ensure_compiled? vs Code.ensure_loaded? to ensure the module is available
#17
hubertlepicki
closed
7 years ago
1
handle this scenario where underlying code runs my test in an async task?
#16
raarts
closed
7 years ago
1
Fix code example in Mox moduledoc
#15
moxley
closed
7 years ago
2
Is there a way to verify valid return types from mocks?
#14
aaronrenner
closed
7 years ago
2
Mocking modules with methods generated by macro
#13
ayrat555
closed
7 years ago
3
Previous
Next