summaryrefslogtreecommitdiffstats
path: root/tests/test_naive_completion.py
AgeCommit message (Collapse)Author
2017-03-06Add MATERIALIZED VIEW keywordsJoakim Koljonen
2016-10-31Fix issue #603Lele Gaifax
Python 3 forbids comparisons between different types: use a tuple containing a single 0 (zero) as the priority for path matches so that it can be compared with those generated by the workhorse method find_matches().
2015-05-11Fix failing tests in Python 2.Amjith Ramanujam
2014-12-27added naive completion testsIryna Cherniavska
2014-12-25Improve the Insert completion.Amjith Ramanujam
2014-12-11Add default config file to setup.py.Amjith Ramanujam
2014-12-09Add test plan and place holder stubs.Amjith Ramanujam