Eric Schulte
c9b017632e
ob-sh: no longer fails on empty results
...
* lisp/ob-sh.el (org-babel-sh-evaluate): no longer assumes that
results are non-nil
2010-10-15 09:25:33 -06:00
Eric Schulte
1ff357d59f
removing old testing file as it can cause errors
...
the file testing/org-html.el will live on in the git VC history
2010-10-15 09:15:01 -06:00
Eric Schulte
d32c8d49e5
ob-tangle: only create links for blocks that will actually tangle
...
this commit includes a unit test
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): only create
links for blocks that will actually tangle
2010-10-14 17:15:11 -06:00
Eric Schulte
b04265eabc
ob-sh: don't insert extra newlines in the beginning of the body
...
* lisp/ob-sh.el (org-babel-expand-body:sh): don't insert extra
newlines in expanded shell bodies
2010-10-14 08:10:23 -06:00
Eric Schulte
38df64b4f6
tests: adding test for eval'd elisp forms in header arguments
2010-10-14 07:32:21 -06:00
Eric Schulte
19efdcca43
added tangle tests exercising new desired tangling behavior
2010-10-06 10:23:50 -06:00
Eric Schulte
462fc24cd3
typo in testing/README.org, once again, thanks Nick Dokos
...
* testing/README.org: type
2010-10-06 09:04:06 -06:00
Eric Schulte
be42b2fb51
ensuring that test files include org-test in their load path
...
again thanks to Nick Dokos for pointing this out
2010-10-06 09:02:25 -06:00
Eric Schulte
25c9d74352
ensure that the testing/contrib/lisp directory is created
...
thanks to Nick Dokos for noticing this
2010-10-06 08:58:08 -06:00
Eric Schulte
d9e4469c1c
updated testing/README.org describing how to get started writing tests
2010-10-05 20:55:45 -06:00
Eric Schulte
e1b90eea45
ob-exp: fixed export when headings have links, with tests
...
also some organization of the test directory
* lisp/ob-exp.el (org-babel-exp-src-blocks): fixed export when
headings have links, with tests
2010-10-05 11:54:48 -06:00
Eric Schulte
41cde9d9bd
test: re-arranging example files into their own directory
2010-10-05 11:54:48 -06:00
Eric Schulte
d6143f1e7a
added a test ensuring that export works from buffers which aren't visiting files
2010-10-05 11:54:48 -06:00
Eric Schulte
49b22bb57e
more permissive selector in `org-test-run-all-tests'
2010-10-05 11:54:48 -06:00
Eric Schulte
5bafe303aa
beginning tests for ob-exp, and related improvements to org-test
...
- fixed issue in creation of new files
- fixed issue in org-test-in-file
- new example file w/o any headlines
2010-10-05 11:54:48 -06:00
Eric Schulte
9bd5f511ce
improving test-helper macros for better name-spaceing and more flexibility
2010-10-05 11:54:48 -06:00
Eric Schulte
271d1bb986
fixed `org-test-load' so that is recursively loads all test files
2010-10-05 11:54:48 -06:00
Eric Schulte
e694d1fe39
requiring ert and jump, and using jump for navigation `org-test-jump'
2010-10-05 11:54:48 -06:00
Eric Schulte
58b0242bcb
updating org-testing requires to load ert and jump.el
2010-10-05 11:54:48 -06:00
Eric Schulte
509ee52b53
adding ERT and jump.el as git submodules
2010-10-05 11:54:48 -06:00
Eric Schulte
70ee58a8ab
merge ert-testing and schulte-testing, temporarily removing navigation functions
2010-10-05 11:54:48 -06:00
Sebastian Rose, Hannover, Germany
2b52d1911c
Create a test file per defun.
...
* org-test-which-func: New function. Find name of defun around point.
* org-test-ensure-buffer-emacs-lisp-p: New function. Ensure a buffer
hold an elisp file based on filename extension.
2010-10-05 11:54:48 -06:00
Sebastian Rose, Hannover, Germany
399e488146
Initial ERT test: org-test.el
2010-10-05 11:54:48 -06:00
Tom Breton (Tehom)
2db83d6a39
Moved tests into testing/ directory
2010-05-17 18:18:34 -04:00