15 Commits

Author SHA1 Message Date
vrde
ee2fa053d9
Add lru_cache to load_consensus_plugin 2016-05-11 16:25:59 +02:00
Troy McConaghy
dadde325b8 Merge pull request #186 from bigchaindb/feat/179/cli-export-import-public-keys
Added CLI command to export public key
2016-04-20 15:15:03 +02:00
vrde
bbc08a5869
Fix tests 2016-04-15 16:35:30 +02:00
troymc
53196c5b8c Renamed dict_config() to set_config() 2016-04-14 10:55:07 +02:00
vrde
1ddfa2becb
Add explicit tests for update_types 2016-04-07 18:06:04 +02:00
vrde
ae641d6a96
Fix tests 2016-04-07 14:31:34 +02:00
vrde
804365db24 Improve config, tests and docs
Add better support to env variables.
2016-03-31 11:37:09 +02:00
vrde
e4d3915533 Add type conversion and docs 2016-03-24 01:41:00 +01:00
Matt Smith
ad535c7895 Tests for loading consensus plugins 2016-03-14 13:27:17 -07:00
vrde
3a714a7f8e Add config to blueprint and fix tests madness
There was a problem related to the import of the module
`bigchaindb.web.views`.
The module, when imported, inizialises a new `Bigchain` instance, and
this is wrong for testing and because it's a bad practice.

I spent more or less 2h finding out the problem.
2016-03-03 01:40:40 +01:00
vrde
054c17d38c Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api 2016-02-24 14:15:08 +01:00
vrde
b3b54e7529 Move common code to util module 2016-02-22 23:46:32 +01:00
vrde
4c177a9946 Replace == with is for some tests
Replace all occurrences of:
 - `== True` with `is True`
 - `== False` with `is False`
 - `== None` with `is None`
2016-02-18 11:42:34 +01:00
Sylvain Bellemare
a68a4352b8 Import locally 2016-02-15 16:30:37 +01:00
Wrigley the Buffalo
841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00