issues
search
miki725
/
alchemy-mock
SQLAlchemy mock helpers.
Other
82
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
session.execute(text(<sql>), params).mappings().all() returns empty list rather than data configured in UnifiedAlchemyMagicMock
#44
kentbull
closed
10 months ago
1
session.execute(text(<sql>), params).fetchall() returns mock rather than data configured in UnifiedAlchemyMagicMock
#43
kentbull
closed
10 months ago
1
Can mock-alchemy or alchemy-mock be used to mock session.execute(selectObject).where(...).scalars.fetchAll?
#42
RobertHana
opened
3 years ago
1
#Issue filter_by does not affect the output of the query
#41
tweigel-dev
opened
3 years ago
1
A forked version of this library
#40
rajivsarvepalli
opened
3 years ago
1
Added Delete, Get Functionality; Fixed abc import
#39
rajivsarvepalli
opened
3 years ago
3
get() returns None
#38
vprakashplanview
opened
3 years ago
1
UnifiedAlchemyMagicMock - added with_entities to unify
#37
Enzoerb
closed
4 years ago
1
added collections.abc import
#36
jbalchan
opened
4 years ago
8
Importing ABC directly from collections will be removed in Python 3.10
#35
tirkarthi
opened
4 years ago
2
Use chain.from_iterable in mocking.py
#34
cool-RR
opened
4 years ago
2
Should support get() with non-tuple values
#33
ericleb010
opened
4 years ago
3
Fail when call delete if the object doesn't exist.
#32
kiliancm94
opened
4 years ago
2
clearing a session's history for testing calls
#31
roth-mh
opened
4 years ago
5
unifying distinct()
#30
miki725
closed
5 years ago
1
UnifiedAlchemyMagicMock should support execute
#29
ribeaud
opened
5 years ago
2
Support for .select_from() and .subquery()
#28
hozher
opened
5 years ago
1
Update mocking.py
#27
ghost
closed
5 years ago
3
Need support for "distinct" function
#26
ghost
closed
5 years ago
1
adding support for labels
#25
miki725
closed
5 years ago
3
UnifiedAlchemyMagicMock does not work with .label()
#24
hozher
closed
5 years ago
8
more examples?
#23
7yl4r
opened
5 years ago
1
No have paginate in session.query
#22
wilian746
opened
5 years ago
2
selecting single columns does not work
#21
filthysocks
opened
5 years ago
5
Update pre-commit and move to python/black
#20
shosca
closed
5 years ago
5
Add support for one_or_none
#19
davidroeca
closed
5 years ago
4
'&' filter is not working
#18
mcauto
closed
5 years ago
2
better ci with precommit and other improvements
#17
miki725
closed
5 years ago
8
adding basic session.add() support
#16
miki725
closed
5 years ago
3
Can I mock session.add() ?
#15
mcauto
closed
5 years ago
3
Add py3.7 in travis builds
#14
shosca
closed
5 years ago
3
Issue with getting data twice.
#13
dtracers
closed
5 years ago
6
add py37 to travis
#12
miki725
closed
5 years ago
0
fixing compatibility with latest mock
#10
miki725
closed
5 years ago
3
Fix issue where mock call will crash when called with _mock_name
#9
dtracers
closed
5 years ago
3
Failing in Python 3.6.8
#8
fpozzobon
closed
5 years ago
11
added group_by and options for unify
#7
arhant
closed
6 years ago
1
Recursive Mock
#6
bakera1
opened
6 years ago
3
Count+get
#5
miki725
closed
6 years ago
1
Add func to alchemy types
#4
shosca
closed
6 years ago
1
.one() and .first()
#3
miki725
closed
6 years ago
1
added data-stubbing to UnifiedAlchemyMagicMock
#2
miki725
closed
6 years ago
2
initial commit
#1
miki725
closed
6 years ago
3