Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Test new sx-method functionality | Sean Allred | 2015-01-02 | 1 | -0/+4 | |
* | | | | Introduce `sx-request-all-items' | Sean Allred | 2015-01-02 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Fix docstring | Sean Allred | 2015-01-01 | 1 | -1/+1 | |
* | | | Remove redundant consing | Sean Allred | 2015-01-01 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Prune sx--filter-data | Sean Allred | 2015-01-01 | 1 | -35/+0 | |
* | | Add toggle for detailed test messages | Sean Allred | 2015-01-01 | 2 | -1/+14 | |
* | | Docstrings for tests | Sean Allred | 2015-01-01 | 3 | -9/+13 | |
* | | Simplify question list display tests | Sean Allred | 2015-01-01 | 1 | -3/+21 | |
* | | Use test fixture for sample data | Sean Allred | 2015-01-01 | 1 | -14/+17 | |
* | | Split tests into separate files | Sean Allred | 2015-01-01 | 5 | -152/+169 | |
* | | Test sx-assoc-let according to functionality | Sean Allred | 2014-12-30 | 1 | -13/+15 | |
* | | Fix `sx-assoc-let' tests | Sean Allred | 2014-12-20 | 1 | -7/+9 | |
* | | Test sx-assoc-let not let-alist | Artur Malabarba | 2014-12-18 | 1 | -11/+5 | |
|/ | ||||||
* | Hotfix tests | Artur Malabarba | 2014-12-15 | 1 | -2/+4 | |
* | Fix test again | Artur Malabarba | 2014-12-13 | 1 | -4/+4 | |
* | Stricter regexp | Artur Malabarba | 2014-12-12 | 1 | -3/+3 | |
* | Fix unrelated test | Artur Malabarba | 2014-12-11 | 1 | -3/+3 | |
* | Fix assoc-let test | Artur Malabarba | 2014-12-11 | 1 | -7/+9 | |
* | Merge branch 'master' into fix-@highligthing | Artur Malabarba | 2014-12-09 | 1 | -2/+34 | |
|\ | ||||||
| * | Add tests for `sx--thing-as-string' | Sean Allred | 2014-12-02 | 1 | -0/+32 | |
* | | Define test for sx--user-@name | Artur Malabarba | 2014-12-04 | 1 | -0/+11 | |
|/ | ||||||
* | Fix test | Artur Malabarba | 2014-11-24 | 1 | -0/+1 | |
* | Fix test | Artur Malabarba | 2014-11-24 | 1 | -1/+1 | |
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 1 | -1/+0 | |
|\ | ||||||
| * | Documentation -- part one | Sean Allred | 2014-11-17 | 1 | -1/+0 | |
* | | Typo fix. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -1/+1 | |
* | | Do not initialize Stack-Mode. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -0/+1 | |
|/ | ||||||
* | Add tests for `sx-assoc-let' | Sean Allred | 2014-11-12 | 1 | -0/+16 | |
* | Move defmacro to head of file | Sean Allred | 2014-11-12 | 1 | -8/+8 | |
* | Abstract out method calls | Sean Allred | 2014-11-08 | 1 | -0/+1 | |
* | Re-work filtering and caching | Sean Allred | 2014-11-08 | 1 | -20/+1 | |
* | Finish name changes | Sean Allred | 2014-11-08 | 1 | -15/+15 | |
* | Update names in test | Sean Allred | 2014-11-07 | 1 | -32/+32 | |
* | Comment out "*stack-question*" buffer test | Artur Malabarba | 2014-11-06 | 1 | -2/+3 | |
* | Fix test regexp | Artur Malabarba | 2014-11-06 | 1 | -3/+3 | |
* | package-initialize on tests | Artur Malabarba | 2014-11-06 | 1 | -1/+5 | |
* | Fix question list testing (for real). | Artur Malabarba | 2014-11-06 | 1 | -19/+26 | |
* | Fix question list tests | Artur Malabarba | 2014-11-06 | 1 | -3/+11 | |
* | Add tests for the question-list | Artur Malabarba | 2014-11-06 | 1 | -4/+21 | |
* | Fix test sample. | Artur Malabarba | 2014-11-03 | 1 | -4/+3 | |
* | A couple of json samples, just in case. | Artur Malabarba | 2014-11-03 | 2 | -0/+5 | |
* | Fix sampler function | Artur Malabarba | 2014-11-03 | 1 | -1/+4 | |
* | Make question samples more complete. | Artur Malabarba | 2014-11-03 | 1 | -509/+3925 | |
* | Fix get-sample-data and avoid `find-file-noselect' | Sean Allred | 2014-11-02 | 1 | -8/+7 | |
* | Let-bind stack-cache-directory instead | Sean Allred | 2014-11-02 | 1 | -1/+1 | |
* | Let-bind user-emacs-directory to cwd | Sean Allred | 2014-11-02 | 1 | -8/+9 | |
* | Consolidate testing variables and print requests | Sean Allred | 2014-11-02 | 1 | -2/+4 | |
* | Fix test cases re file persistence | Sean Allred | 2014-11-02 | 1 | -15/+14 | |
* | Introduce persistent storage for filters | Sean Allred | 2014-11-02 | 1 | -0/+19 | |
* | Use a simpler construct to test filter inclusion | Sean Allred | 2014-11-02 | 1 | -32/+0 |