Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load test-state | Artur Malabarba | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Add more autoloads to test | Sean Allred | 2015-01-04 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into more-tests | Sean Allred | 2015-01-04 | 1 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: Makefile test/tests.el | ||||
| * | Merge branch 'master' into tag-bot | Sean Allred | 2015-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Add tests for search functionality | Sean Allred | 2015-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Don't display status messages from url during test | Sean Allred | 2015-01-02 | 1 | -0/+1 |
| |/ | |||||
| * | Remove redundant consing | Sean Allred | 2015-01-01 | 1 | -1/+1 |
| | | |||||
* | | Add test for user entry functions | Sean Allred | 2015-01-02 | 1 | -0/+16 |
|/ | |||||
* | Add toggle for detailed test messages | Sean Allred | 2015-01-01 | 1 | -0/+6 |
| | |||||
* | Split tests into separate files | Sean Allred | 2015-01-01 | 1 | -152/+27 |
| | |||||
* | Test sx-assoc-let according to functionality | Sean Allred | 2014-12-30 | 1 | -13/+15 |
| | | | | | | | | | | See http://emacs.stackexchange.com/q/5915/2264 and #151 for more information. This patch tests for functional equivalence rather than symbolic equivalence. Symbolic equivalence would be far preferable, but it does not appear to be happening anytime soon -- perhaps when things settle down a bit for the authors :) | ||||
* | Fix `sx-assoc-let' tests | Sean Allred | 2014-12-20 | 1 | -7/+9 |
| | | | | | `require' form is no longer needed -- macro expansion is done with the expansion of `sx-assoc-let'. | ||||
* | Test sx-assoc-let not let-alist | Artur Malabarba | 2014-12-18 | 1 | -11/+5 |
| | | | | | Since let-alist is no longer defined here. It makes no sense to test its contents. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: test/tests.el | ||||
| * | 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 |
|/ | | | | Source of the replacements: http://stackapps.com/a/5022/3776 | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el | ||||
| * | Documentation -- part one | Sean Allred | 2014-11-17 | 1 | -1/+0 |
| | | | | | | | | Pushing this change to continue work elsewhere. | ||||
* | | 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 |
|/ | | | | | Initializing will retrieve user preferences/authentication. We do not need this. | ||||
* | 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 |
| | | | | | | | | | | | Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'. | ||||
* | Re-work filtering and caching | Sean Allred | 2014-11-08 | 1 | -20/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests | ||||
* | 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 |
| | |||||
* | Fix sampler function | Artur Malabarba | 2014-11-03 | 1 | -1/+4 |
| | |||||
* | 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 |
| | | | | | There are several variables and functions that depend on it; simply binding the filter-cache file isn't enough. | ||||
* | Let-bind user-emacs-directory to cwd | Sean Allred | 2014-11-02 | 1 | -8/+9 |
| | | | | | | | Useful for testing locally, since now you can simply blow away the `.stackmode' directory instead of searching for it in `.emacs.d'. At any rate, it keeps everything in the project tidy. | ||||
* | 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 |
| | | | | | | | | | Every time the test was getting run, it would create the file, but not delete it. This meant that tests were not idempotent and artifacts from previous tests were persisting into the next ones. Use `make-temp-file' to let-bind `stack-filter-cache-file' to a temporary file. It is guaranteed to be empty when the tests begin. | ||||
* | 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 |
| | | | | | Also removed tests for `stack-core-filter-data--item-in-tree' since it no longer exists. | ||||
* | More readable test cases; whitespace | Sean Allred | 2014-11-01 | 1 | -26/+20 |
| | |||||
* | Return the correct type from filter | Sean Allred | 2014-11-01 | 1 | -20/+55 |
| | | | | Vectors should not be turning into lists. See test cases. |