Closed dmakarov closed 9 years ago
This is additional work on the testing infrastructure. The test files can now include lisp code to be evaluated on the test buffer and the expected output. A test fails if the lisp code produces output that doesn't match the expected output.
Should we be using ert at all as a test framework here?
I don't have any preference. It seems like a convenient wrapper, but if there are better ideas or proposals I don't mind changing the infrastructure.
This is additional work on the testing infrastructure. The test files can now include lisp code to be evaluated on the test buffer and the expected output. A test fails if the lisp code produces output that doesn't match the expected output.