Brett Sun
b4063dd9ad
More test abstractions for multiple databases ( #950 )
...
* Remove unnecessary import of rethinkdb in a test
* Move test_run_query_util as a rethinkdb-specific test
* Move rethinkdb-specific command tests to own file
* Add __init__.py to new test folders
* Move command tests to their own test module
* Move fixtures out of command tests into separate conftest for commands
* Fix some small flake8 issues with rethinkdb's test_run_query_util
* Add pytest ignore hook to filter out test dirs that are not for the requested backend
* Move backend-specific tests in tests/db/ to tests/backend/
2016-12-16 22:17:13 +01:00
Sylvain Bellemare
c81e7a7479
Merge pull request #954 from sbellem/re-work-test-fixtures-iter-one
...
Re work test fixtures iter one
2016-12-16 20:59:27 +01:00
Sylvain Bellemare
dc5cfb43f8
Cleanup integration test
2016-12-16 18:43:21 +01:00
Sylvain Bellemare
e10ada0ad4
Cleanup conftest
2016-12-16 18:38:25 +01:00
Brett Sun
27ce18d6ba
Remove unused request fixtures in root conftest
2016-12-16 17:58:48 +01:00
Brett Sun
d4ba1ff1c8
Update setup_database fixture to changes in #953
2016-12-16 17:58:48 +01:00
Scott Sadler
d2827dfae8
remove asset keywords
2016-12-16 13:50:23 +01:00
Rodolphe Marques
c1a5d5e86f
Merge remote-tracking branch 'origin/master' into docker-mongo
2016-12-16 12:54:42 +01:00
ryan
dcba5421f1
schema fixes
2016-12-16 12:19:10 +01:00
ryan
33480bead2
remove rethinkdb calls
2016-12-16 12:16:00 +01:00
Sylvain Bellemare
3922b2d4fa
Fix unspents endpoint
2016-12-15 17:17:18 +01:00
tim
09cbba8886
Notes, TODOs and formating
2016-12-15 17:17:18 +01:00
tim
8e8bc90742
Add unspents endpoint
2016-12-15 17:17:18 +01:00
tim
f78c90ada8
Add to_uri for TransactionLink
2016-12-15 17:17:18 +01:00
Sylvain Bellemare
56feefe3f4
Re-work test fixtures - iteration one
2016-12-15 15:54:15 +01:00
Sylvain Bellemare
65dab4f2eb
Group std lib imports together (pep 8)
2016-12-15 15:51:09 +01:00
Ryan Henderson
d8256d50f2
remove rethinkdb calls ( #953 )
...
* remove rethinkdb calls from db/conftest.py
2016-12-15 14:16:30 +01:00
Rodolphe Marques
14a2c13a06
Removed get_old_transactions
...
Fixed tests.
2016-12-14 13:12:47 +01:00
Rodolphe Marques
976a3e8254
Merge remote-tracking branch 'origin/master' into feat/905/abstract-db-changefeed
2016-12-14 12:43:47 +01:00
Ryan Henderson
f725279a51
remove old tx recovery on block process start ( #903 )
2016-12-14 12:33:47 +01:00
Rodolphe Marques
530681c905
Re-added the get_changefeed methos in the pipelines.
...
Fixed tests.
Fixed typos.
2016-12-13 15:11:25 +01:00
Rodolphe Marques
d246a1498f
Added some tests for changefeed generics
...
pepify import
googlify docstring
2016-12-13 12:46:52 +01:00
Sylvain Bellemare
b87baaaa1d
Test backend.schema.init_database
2016-12-13 11:59:57 +01:00
Rodolphe Marques
e303e355db
Delete outdated pipelines/utils.py
...
Reorganized and fixed tests.
2016-12-13 11:17:24 +01:00
Rodolphe Marques
134f9e85a0
Updated vote pipeline to use the changefeed abstraction
...
Fixed tests.
2016-12-13 11:16:37 +01:00
Rodolphe Marques
f09285d32f
Fixed some code typos
...
Changed election pipeline to use the new changefeed abstraction
2016-12-13 11:16:29 +01:00
Rodolphe Marques
8266dfadb0
Fixed typos
...
Fixed failing test
2016-12-13 11:15:49 +01:00
Sylvain Bellemare
2f4ee4d8b9
Set default of database-backend to env var if set
2016-12-13 10:22:39 +01:00
Sylvain Bellemare
8a68e24e69
Abstract db layer cherrypick docs ( #932 )
...
* Add README.md to tests/ to describe test structure and pytest customizations
* Add package-level docstrings to backends
* Add README.md explaining the backend architecture
* Small improvements to docstrings in backend modules
* Restructure the backend automodule docs
* Add more docstrings to backend connections
* Add init to base backend Connection class to document expected interface
* Reword the backend/README.md docs
2016-12-12 18:28:43 +01:00
Sylvain Bellemare
24a701096d
Filter out block id
2016-12-12 17:38:41 +01:00
Sylvain Bellemare
ff583c5546
Test generic backend functions
2016-12-12 17:38:28 +01:00
Scott Sadler
448ee87944
flatten transaction - code changes
2016-12-12 16:07:41 +01:00
Scott Sadler
32c8b65f08
Remove metadata uuid
2016-12-12 16:07:41 +01:00
Brett Sun
345fc27a39
Remove durability from all database-related calls
2016-12-12 16:07:41 +01:00
Sylvain Bellemare
b9cfc5d9a2
Sync up with master
2016-12-12 15:53:56 +01:00
Sylvain Bellemare
49fca5cf3f
Fix tests
2016-12-12 15:53:56 +01:00
vrde
95b353459d
Add pytest option to switch backend in tests
2016-12-12 15:53:56 +01:00
vrde
0a14f97a18
Add option to switch backend
2016-12-12 15:53:56 +01:00
vrde
3c3c1ce880
Improve tests for class initialization
2016-12-12 15:53:56 +01:00
Brett Sun
d6703e10f3
Remove unnecessary 'backend' setting from test's configuration as it's provided now by a pytest option
2016-12-12 15:53:56 +01:00
Brett Sun
af243907dd
Fix wrong argument order for python 3.4
2016-12-12 15:53:56 +01:00
Brett Sun
ae52e015ce
Fix changefeed tests that were mocking the wrong thing
2016-12-12 15:53:56 +01:00
Brett Sun
8ffdd6a2ce
Fix rethinkdb schema index test
2016-12-12 15:53:56 +01:00
Brett Sun
9a7e695e18
Fix tests still relying on being able to access removed attribute of the Bigchain class
2016-12-12 15:48:48 +01:00
Brett Sun
ccd8e74868
Fix initialization-related tests for rethinkdb schema
2016-12-12 15:48:48 +01:00
Brett Sun
32b6c50d63
Fix usage of backend functions that weren't getting a connection passed in
2016-12-12 15:48:48 +01:00
Brett Sun
8caeed54bf
Fix backend module dispatch error tests broken from renaming
2016-12-12 15:48:48 +01:00
Brett Sun
2657226573
Fix Bigchain class tests due to changes to internal attributes
2016-12-12 15:48:48 +01:00
Brett Sun
597cd778e9
Fix interactive drop database commands
2016-12-12 15:48:48 +01:00
Brett Sun
dc31f7f607
Fix small module issues related to rethinkdb schema tests
2016-12-12 15:48:48 +01:00