summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary option "repo" from testsSamy Pessé2014-11-031-9/+0
|
* Adapt new page.parse api for testsSamy Pessé2014-11-032-2/+2
|
* Adapt include in page parsing to works on clientsideSamy Pessé2014-11-011-0/+4
|
* Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-1/+1
| | | | Fixes #470
* Add unit test for quiz false positiviesAaron O'Mullan2014-10-132-0/+128
|
* Adapt testsSamy Pessé2014-10-131-28/+0
|
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-0/+6
|
* Add very basic glossary parsing testAaron O'Mullan2014-08-111-0/+14
|
* Add GLOSSARY.md fixtureAaron O'Mullan2014-08-111-0/+30
|
* Add invalid paths in SUMMARY.md fixtureAaron O'Mullan2014-07-291-2/+2
| | | | To test for correct path normalization
* Add tests for includesAaron O'Mullan2014-07-103-0/+74
|
* Adapt summary tests to new summary parsingAaron O'Mullan2014-06-161-13/+17
| | | | | We now insert default README.md (introduction) node in parsing the SUMMARY.md logic
* Add test for level regarding #318Aaron O'Mullan2014-06-151-0/+1
|
* Fix test for #318Aaron O'Mullan2014-06-151-1/+1
|
* Add extra navigation tests for #318Aaron O'Mullan2014-06-152-0/+29
|
* Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-262-2/+13
|
* Parse more than two level in summarySamy Pessé2014-05-262-0/+2
|
* Add tests for book generationSamy Pessé2014-05-055-0/+53
|
* Adapt tests for pluginsSamy Pessé2014-04-271-2/+2
|
* Fix plugin testsAaron O'Mullan2014-04-241-2/+2
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-222-1/+36
| | | | Add more tests for links in page
* Load plugins during generationSamy Pessé2014-04-191-1/+0
|
* Add method to load a list of plugins from generator optionsSamy Pessé2014-04-191-1/+19
|
* Add base loading of default addonsSamy Pessé2014-04-191-1/+20
| | | | Add mixpanel as default addon
* Add base plugin object and test validation of pluginSamy Pessé2014-04-191-0/+13
|
* Update tests for relative imagesSamy Pessé2014-04-182-4/+42
|
* Add more test for quiz (related to #100)Samy Pessé2014-04-162-0/+16
|
* Add readme parsing for extracting title and descriptionSamy Pessé2014-04-142-0/+35
|
* Fixup page lexing in test/pageAaron O'Mullan2014-04-121-2/+5
|
* Quiz with GFM checkbox listsJames Phillpotts2014-04-122-7/+18
|
* Tabular quizJames Phillpotts2014-04-123-15/+47
|
* Merge pull request #78 from mrpotes/mocha-windowsAaron O'Mullan2014-04-102-2/+12
|\ | | | | Fix URL creation on windows
| * Use OS-agnostic path generation for images tooJames Phillpotts2014-04-102-2/+12
| |
* | Add better tests for ambiguous section detectionAaron O'Mullan2014-04-102-0/+90
|/
* Add lexing support for content code in exercisesAaron O'Mullan2014-04-082-1/+42
| | | | #52, #49, #46
* Remove useless console.log in test/summary.jsAaron O'Mullan2014-04-051-1/+0
|
* Adapt test to new code language normalizationAaron O'Mullan2014-04-051-1/+1
|
* Add test for exercise language detectionAaron O'Mullan2014-04-051-0/+4
|
* Rename PAGE.MD to PAGE.mdSamy Pessé2014-04-041-0/+0
|
* Update testsSamy Pessé2014-04-042-38/+35
|
* Add github link resolution testAaron O'Mullan2014-04-021-0/+18
|
* Add GITHUB_LINKS.md fixtureAaron O'Mullan2014-04-021-0/+3
| | | | For testing github link resolution
* Add tests for section mergingAaron O'Mullan2014-04-021-0/+11
|
* Add HR_PAGE.md fixtureAaron O'Mullan2014-04-021-0/+11
| | | | | This is for testing that non exercise sections are merged correctly together and united with HRs
* Adjust summary test for new SUMMARY.md fixtureAaron O'Mullan2014-04-011-1/+5
|
* Add tests for null paths in navigationAaron O'Mullan2014-04-012-0/+9
| | | | Unfinished chapters/articles should be put in navigation
* Add tests for level attribute in navigationAaron O'Mullan2014-03-311-0/+11
|
* Add tests for level attribute to chapters/articlesAaron O'Mullan2014-03-311-0/+11
|
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+1
| | | | 1st chapter’s prev, now links to the intro page
* Add better tests for chapter navigationAaron O'Mullan2014-03-311-1/+7
| | | | Proves previous and next chapter logic is broken
* Add navigation tests for first page for README of a chapterAaron O'Mullan2014-03-311-0/+5
|
* Add parse.navigation moduleAaron O'Mullan2014-03-311-0/+46
| | | | With tests
* Change summary data formatAaron O'Mullan2014-03-311-12/+12
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-311-1/+8
|
* Add tests for path normalizationAaron O'Mullan2014-03-311-0/+9
| | | | .md to .html
* Add link to PAGE.md fixtureAaron O'Mullan2014-03-311-0/+2
|
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-312-2/+2
|
* Add tests for page content renderingAaron O'Mullan2014-03-301-0/+6
|
* Test for section typesAaron O'Mullan2014-03-301-0/+6
|
* Add basic page testsAaron O'Mullan2014-03-302-0/+45
|
* Add test for titles & pathsAaron O'Mullan2014-03-301-0/+12
|
* Add tests for summary parsingAaron O'Mullan2014-03-302-0/+29