Scott Sadler
4b235f1f72
rename condition and fulfillment to output in test names where neccesary
2016-12-19 12:29:29 +01:00
Scott Sadler
05e8d6e28e
fix documentation issue in transaction schema file
2016-12-19 12:29:29 +01:00
Scott Sadler
27ad7b5092
s/fulfillments/inputs/g && s/conditions/outputs/g (docs changes)
2016-12-19 12:29:29 +01:00
Scott Sadler
ed55b3984e
s/fulfillments/inputs/g && s/conditions/outputs/g (code changes)
2016-12-19 12:29:29 +01:00
Scott Sadler
e2e3ecb9f4
put back owners_before and a bugfix in tx model
2016-12-19 12:29:29 +01:00
libscott
9bb8b33d72
Change 'spends' to 'fulfills' in tx model
2016-12-19 12:29:29 +01:00
Scott Sadler
26fe27e6cb
spec change for inputs/outputs
2016-12-19 12:29:29 +01:00
Sylvain Bellemare
2b9a351912
Rename owner_after to public_key
2016-12-19 04:31:05 +01:00
troymc
ae236d9f23
Moved dev-and-test/running-all-tests.md content to tests/README.md
2016-12-18 11:41:04 +01:00
troymc
8fe0ece001
Renamed docs page 'Running Unit Tests' > 'Running All Tests'
2016-12-18 11:13:54 +01:00
troymc
dbe3c15d51
CONTRIBUTING.md now points to tests/README.md re: tests
2016-12-18 11:08:32 +01:00
troymc
dd01dd099f
Moved tests docs from PYTHON_STYLE_GUIDE.md to tests/README.md
2016-12-18 11:01:15 +01:00
troymc
a005cca3b9
Initial edits to tests/README.md
2016-12-18 10:44:57 +01:00
Sylvain Bellemare
6b319cf3d6
Use yield statement instead of finalizer
...
to specify teardown code
2016-12-17 21:16:47 +01:00
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
Rodolphe Marques
e704b19454
Merge pull request #942 from bigchaindb/docker-mongo
...
mongodb integration
2016-12-16 13:54:32 +01:00
Scott Sadler
d2827dfae8
remove asset keywords
2016-12-16 13:50:23 +01:00
Rodolphe Marques
ab56d87bcb
codecov ignores mongodb folder for now
2016-12-16 13:36:59 +01:00
troymc
71e52ccf3e
Fixed HTTP API docs re/ API Endpoint
2016-12-16 13:36:13 +01:00
Rodolphe Marques
72ca5e9dde
fixed some pep8 issues
2016-12-16 13:06:16 +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
243c739d2b
config changes
2016-12-16 12:18:41 +01:00
ryan
33480bead2
remove rethinkdb calls
2016-12-16 12:16:00 +01:00
Troy McConaghy
9ed5853634
Minor wording change in example_deploy_conf.py
2016-12-16 10:37:05 +01:00
Troy McConaghy
57ce717fa8
Merge pull request #957 from bigchaindb/update-azure-quickstart-template-docs
...
Updated Azure Quickstart Template docs
2016-12-15 19:04:16 +01:00
troymc
3b7464b498
Updated Azure Quickstart Template docs
2016-12-15 18:52: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
588d6eb177
Merge pull request #939 from bigchaindb/feat/905/abstract-db-changefeed
...
Feat/905/abstract db changefeed
2016-12-14 15:09:46 +01:00
Rodolphe Marques
3cfe8cb160
fixed typo
2016-12-14 13:28:37 +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
libscott
dcede16aae
Merge pull request #944 from bigchaindb/docs-warnings-as-errors
...
Treat warnings as errors in documentation builds
2016-12-13 16:59:52 +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
Scott Sadler
ec31fdeb30
treat warnings as errors in documentation builds
2016-12-13 14:55:46 +01:00
libscott
01c8eb389e
Merge pull request #943 from bigchaindb/fix/package_data-yaml
...
include all .yaml files in package_data
2016-12-13 14:34:59 +01:00
Scott Sadler
731341a43e
include all .yaml files in package_data
2016-12-13 14:28:00 +01:00
Brett Sun
0c831e6171
Upgrade python-rapidjson to 0.0.8 ( #922 )
2016-12-13 14:21:33 +01:00