Simon Willison
|
59580d02da
|
Implemented custom SQL via textarea
Closes #65
|
2017-11-11 18:35:35 -08:00 |
Simon Willison
|
fa42a56c6a
|
Bulked out table test a bit
I'm closing #50 - more tests will be added in the future, but the framework
is neatly in place for them now.
|
2017-11-11 14:22:47 -08:00 |
Simon Willison
|
e9e1def4c0
|
Revised JSON design a bit
Closes #63
|
2017-11-11 14:20:00 -08:00 |
Simon Willison
|
407795b612
|
Initial unit tests against our Sanic app
Refs #50
I had to disable the build metadata function to get these tests to work
sensibly. I need to completely rethink how that mechanism works.
|
2017-11-11 09:47:59 -08:00 |
Simon Willison
|
3280972c89
|
Fixed tests I broke earlier
Broke these tests in 21c9c04310
|
2017-11-11 08:52:17 -08:00 |
Simon Willison
|
21c9c04310
|
Implemented cursor-based pagination for table view
Closes #5
|
2017-11-10 12:41:14 -08:00 |
Simon Willison
|
a8a293cd71
|
Refactored util functions into new utils module
|
2017-11-10 11:25:54 -08:00 |
Simon Willison
|
40d3b3eae6
|
Refactored tests into new tests/ folder
Guided by https://docs.pytest.org/en/latest/goodpractices.html
|
2017-11-10 10:48:16 -08:00 |