[Orgmode] Re: Testing --- again...

2010-10-05 Thread Eric Schulte
Bernt Hansen writes: > "Eric Schulte" writes: > >> So, I've been using the framework in the combined-testing branch this >> morning writing tests to strap down my daily Babel bug fixes, and I'm >> really liking ERT. >> >> I wonder, can we commit to the combined-testing branch, and if so could >>

[Orgmode] Re: Testing --- again...

2010-10-05 Thread Bernt Hansen
"Eric Schulte" writes: > So, I've been using the framework in the combined-testing branch this > morning writing tests to strap down my daily Babel bug fixes, and I'm > really liking ERT. > > I wonder, can we commit to the combined-testing branch, and if so could > we fold it into the master bran

Re: [Orgmode] Re: Testing --- again...

2010-10-05 Thread Eric Schulte
Sebastian Rose writes: > "Eric Schulte" writes: >> Hi, >> >> So, I've been using the framework in the combined-testing branch this >> morning writing tests to strap down my daily Babel bug fixes, and I'm >> really liking ERT. >> >> I wonder, can we commit to the combined-testing branch, and if s

Re: [Orgmode] Re: Testing --- again...

2010-10-04 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > So, I've been using the framework in the combined-testing branch this > morning writing tests to strap down my daily Babel bug fixes, and I'm > really liking ERT. > > I wonder, can we commit to the combined-testing branch, and if so could > we fold it into the mast

Re: [Orgmode] Re: Testing --- again...

2010-10-04 Thread Eric Schulte
Hi, So, I've been using the framework in the combined-testing branch this morning writing tests to strap down my daily Babel bug fixes, and I'm really liking ERT. I wonder, can we commit to the combined-testing branch, and if so could we fold it into the master branch? It would make my test driv

Re: [Orgmode] Re: Testing --- again...

2010-10-03 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > I've taken the liberty of merging our two testing branches into the new > "combined-testing" branch. This now includes both ert and jump.el as > git submodules, which can be installed with > > git submodule init > git submodule update > > after checking out th

Re: [Orgmode] Re: Testing --- again...

2010-10-03 Thread Eric Schulte
Hi, I've taken the liberty of merging our two testing branches into the new "combined-testing" branch. This now includes both ert and jump.el as git submodules, which can be installed with git submodule init git submodule update after checking out the branch. In merging the two org-test.el

Re: [Orgmode] Re: Testing --- again...

2010-10-03 Thread Sebastian Rose
"Eric Schulte" writes: > "Eric Schulte" writes: > To illustrate my suggestions, I've thrown together a couple simple Babel > tests roughly following this outline, currently up in the > `schulte-testing' branch of the Org-mode repo. > > To try it out > 1) load the testing/org-test.el file > 2) run

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi Sebastian, > > Sebastian Rose writes: > >> "Eric Schulte" writes: >>> Hi, >>> >>> This is exciting. >>> >>> Rather than impose a complete directory/layout schema before-hand I'd >>> lean towards starting with a little more chaos and then letting the >>> structure of t

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
"Eric Schulte" writes: [...] > > Could we just load every test in tests/lisp by default, and then use the > existing `ert' selection method to select and run tests. For example if > we enforce our conventions on the level of test function name rather > than on file name, we could (I believe) do

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
Hi Sebastian, Sebastian Rose writes: > "Eric Schulte" writes: >> Hi, >> >> This is exciting. >> >> Rather than impose a complete directory/layout schema before-hand I'd >> lean towards starting with a little more chaos and then letting the >> structure of the test directory develop /naturally/.

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > This is exciting. > > Rather than impose a complete directory/layout schema before-hand I'd > lean towards starting with a little more chaos and then letting the > structure of the test directory develop /naturally/. From the > discussion below it sounds like an i

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
Hi, This is exciting. Rather than impose a complete directory/layout schema before-hand I'd lean towards starting with a little more chaos and then letting the structure of the test directory develop /naturally/. From the discussion below it sounds like an initial structure of testing/lisp/ tes

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Carsten Dominik
On Oct 2, 2010, at 5:01 PM, Sebastian Rose wrote: Carsten Dominik writes: It would be OK to have a lisp subdirectory in testing, just as it would be OK to have contrib/lisp in testing for the contributed packages. That's what it is like. You probably did not notice, because "org-test.el" i

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
Carsten Dominik writes: > It would be OK to have a lisp subdirectory in testing, > just as it would be OK to have contrib/lisp in testing > for the contributed packages. That's what it is like. You probably did not notice, because "org-test.el" is supposed to live inside "testing/", so it's not

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > the lack of a testing suite for Org-mode is really frustrating, > and even more frustrating is that we have had like seven attempts > to start one, and each of these lead to nothing. So I would > be perfectly happy to give a free hand, write access to t

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Carsten Dominik
Hi Sebastian, the lack of a testing suite for Org-mode is really frustrating, and even more frustrating is that we have had like seven attempts to start one, and each of these lead to nothing. So I would be perfectly happy to give a free hand, write access to the repo and a full directory in the