Commit Graph

42 Commits

Author SHA1 Message Date
Bert Blommers
aa70ee254d
Remove deprecated decorators + boto dependency (#4378) 2022-01-18 14:18:57 -01:00
Bert Blommers
ab531aed9b
Add warnings about deprecated modules (#4527) 2021-11-04 21:39:53 -01:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
Bert Blommers
8fd904634f
DynamoDB - Rewrite boto tests (#3927) 2021-09-22 21:22:56 +00:00
Bert Blommers
bb3cbd0bb4
DynamoDB (V1) - implement UpdateItem (#3926)
* DynamoDB (V1) - UpdateItem implementation

* DynamoDB (V1) - negative tests for UpdateItem
2021-08-22 10:42:41 +01:00
Bert Blommers
7693d77333
Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
Matěj Cepl
77dc60ea97 Port test suite from nose to pytest.
This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit.
2020-11-10 08:23:44 +01:00
Stephan Huber
0527e88d46 Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
Asher Foa
96e5b1993d Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
Stephan
e51d1bfade merge 2018-12-21 12:28:56 +01:00
Steve Pulec
f37bad0e00 Lints. 2017-02-23 21:37:43 -05:00
Steve Pulec
81836b6981 Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
Steve Pulec
fde721bed7 Testing new version of decorator. 2017-02-15 22:35:45 -05:00
Helen Sherwood-Taylor
08d07fed30 Fix failure of scan() after has_item()
Fixes #731
2016-10-25 17:09:39 +01:00
Steve Pulec
82f19952dd Add Dynamodb2 global indexes. Closes #329. 2015-03-14 15:02:43 -04:00
Steve Pulec
06a635aeaa Remove dynamodb Py3 boto restrictions since we only test newer boto now. 2014-11-27 08:03:47 -05:00
David Baumgold
eedb4c4b73 Support Python 3 using six 2014-08-28 10:57:43 -04:00
David Baumgold
4201e6b430 from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
Steve Pulec
8b278eb05d Clean up querystring logic. 2013-12-29 21:50:25 -05:00
Steve Pulec
3bddbb4af3 Test out py26 with new HTTPretty 2013-10-03 20:34:13 -04:00
Steve Pulec
02fa630a3c Fix dynamo batch length 2013-08-03 17:27:34 -04:00
Steve Pulec
59fe1abfdf Cleanup flake8 2013-08-03 17:21:25 -04:00
Steve Pulec
549cb23b7f Better error messaging for dynamodb table gets for range key tables without range keys used. cc #28 2013-05-16 22:24:26 -04:00
Steve Pulec
755fe6563b Fix missing dynamodb key status code to fix has_item. Closes #20 2013-05-07 00:19:04 -04:00
Steve Pulec
8fe0c91853 Fix services to work better with other regions. Closes #17. 2013-04-13 18:22:26 -04:00
Steve Pulec
d49baae644 add STS test 2013-03-17 18:39:21 -04:00
Steve Pulec
a5eaaaad51 fix for scanning without filter 2013-03-15 17:14:14 -04:00
Steve Pulec
11c1a2a4c1 add tests for tables without range keys. tests back to 100% 2013-03-14 22:52:32 -04:00
Steve Pulec
cc23453d77 add batch get 2013-03-14 00:26:55 -04:00
Steve Pulec
0398da2c8d add batch write 2013-03-13 23:41:01 -04:00
Steve Pulec
3e6f802a20 more comprehensive table scanning and querying 2013-03-13 22:44:54 -04:00
Steve Pulec
ad4b6c4ee2 add dynamodb scanning 2013-03-13 10:11:13 -04:00
Steve Pulec
621ac79f33 add table delete and update. add item ops, including querying. 2013-03-13 09:06:45 -04:00
zmsmith
c196e15cf7 Table listing now supports limits and continuations 2013-03-10 21:16:58 -04:00
zmsmith
1cc0e0eac7 adding first error handling 2013-03-10 15:49:35 -04:00
Steve Pulec
e993917d4c pep8 2013-03-05 08:35:18 -05:00
Steve Pulec
a728b2581a Adding server mode 2013-03-05 08:14:43 -05:00
Steve Pulec
d32059f301 pep8 2013-02-26 00:31:01 -05:00
zmsmith
a9c486ad47 removing pdb (sorry @spulec) 2013-02-23 01:58:12 -05:00
zmsmith
7e3aa7c8ee Adding describe table end point 2013-02-19 20:39:04 -05:00
zmsmith
25734f0c85 Fix misnamed test 2013-02-19 20:01:31 -05:00
zmsmith
5086e6e590 Adding intitial DynamoDB setup and implementing ListTables target 2013-02-19 08:28:56 -05:00