[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Orgmode testsuite
From: |
Nick Dokos |
Subject: |
Re: [O] Orgmode testsuite |
Date: |
Mon, 25 Jan 2016 09:35:08 -0500 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.1.50 (gnu/linux) |
gongzhitaao <address@hidden> writes:
> Maybe it is good if someone could finish a test suit for Orgmode so
> that it does not break things unexpectedly. (I'd be happy to if
> someone could give me some guidance into the code structure)
>
The test suite is in the testing/ subdirectory of the org-mode git repo.
The README file in that directory is a good introduction. Beyond that,
you have to look at an example from the testing/lisp/ subdirectory: just
choose one that is as simple as possible and tests a feature that you
understand well.
The test suite is invoked with "make test" from the main org-mode
directory. It uses the ERT structure:
(info "(ert) Top")
HTH.
--
Nick
- Re: [O] Orgmode testsuite, (continued)
- Re: [O] Orgmode testsuite, Christian Kruse, 2016/01/28
- Re: [O] Orgmode testsuite, Nicolas Goaziou, 2016/01/28
- Re: [O] Orgmode testsuite, Christian Kruse, 2016/01/28
- Re: [O] Orgmode testsuite, Andrej Depperschmidt, 2016/01/28
- Re: [O] Orgmode testsuite, Nicolas Goaziou, 2016/01/28
- Re: [O] Orgmode testsuite, Andrej Depperschmidt, 2016/01/29
- Re: [O] Orgmode testsuite, Nicolas Goaziou, 2016/01/29
- Re: [O] Orgmode testsuite, Andrej Depperschmidt, 2016/01/29
- Re: [O] Orgmode testsuite, Nicolas Goaziou, 2016/01/29
- Re: [O] Orgmode testsuite, Andrej Depperschmidt, 2016/01/30
- Re: [O] Orgmode testsuite,
Nick Dokos <=