superset/tests
Gustavo Brian 198226a39f Fix date serialization (#873)
* [panoramix] -> [dashed]

* merge from caravel/master

* Updated from airbnb

* Cleaning

* Rebase with upstream/master

* merge from caravel/master

* Updated from airbnb

* Cleaning

* Manual rebase

* Last pending change to rebase

* Convert date to datetime before serialization.
Approach choosen: transform data before serialize and keep just one way to serialize

* Unit test created

* stupid error :(

* remove uneeded code and rename test

* Avoid double type checking
Test updated
note: isinstance(<datetime>, <date>) == True, check order changed

* Increase coverage

* Fix assertRaises
2016-08-10 23:13:59 -07:00
..
__init__.py Forgot to add some files for unit tests 2015-09-26 15:56:08 -07:00
caravel_test_config.py TOX / Travis build matrix (#593) 2016-06-09 18:05:58 -07:00
core_tests.py pass the `standalone` request arg in the /caravel/slices/<slice_id>/ endpoint redirect (#876) 2016-08-10 23:11:53 -07:00
utils_tests.py Fix date serialization (#873) 2016-08-10 23:13:59 -07:00