This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My friend has thought of a platform as a website which enables people wanting | |
to code on a project base. The creator of a project will outline it and start | |
work, where others may add lines of code for fun and for learning. We believe | |
it could bridge the gap between different competencies and also be a learning | |
arena. This is currently been started. will comence more on 21june. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'ert) | |
(require 'elwiki) | |
(require 'fakir) | |
(ert-deftest elwiki/render-page () | |
"Test `elwiki/render-page'." | |
(fakir-mock-process :httpcon () | |
(let ((elwiki-wikiroot "/path/to/wikiroot/") | |
(test-file-contents "= Test page =\nthis is a test wiki page\n") | |
(output "")) |