9 Commits

Author SHA1 Message Date
Luminita
4c399ad234 split index and table creation 2016-07-19 15:26:56 +02:00
Luminita
6ad8448246 Merge branch 'master' into resolve-issue-458 2016-07-19 14:11:56 +02:00
Luminita
8b5cc46adf split the init function and add new tests 2016-07-15 21:00:27 +02:00
vrde
73d6add36f
Remove block_number [pair prog w/ @rhsimplex] 2016-07-13 17:30:13 +02:00
vrde
aeede79846 Add asset create and transfer 2016-02-24 02:38:30 +01:00
vrde
6ab2b03260 Use unique db names in tests to allow xdist 2016-02-19 00:10:44 +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
vrde
2663c72b8f Separate imports 2016-02-12 21:07:02 +01:00
vrde
fefb365d23 Fix exceptions 2016-02-12 21:07:02 +01:00