Skip to content
Snippets Groups Projects
  1. Aug 03, 2017
    • Frank Sauerburger's avatar
      Implement Markdown parsing · c7c7ff84
      Frank Sauerburger authored
      Implement all parsing methods for Markdown syntax, such that all test
      requirements are satisfied.
      
      The commit provides a functioning CI and therefore closes #1.
      c7c7ff84
    • Frank Sauerburger's avatar
      Add unittests for Markdown · 9aa75a1a
      Frank Sauerburger authored
      Adds unittests for DoxecSyntax subclass Markdown. The implementation of these
      tests lead to slight modifications in the doxec package. The DoxecSyntax.parse
      expects a list of lines, which is modified in place, instead of a plain string.
      9aa75a1a
    • Frank Sauerburger's avatar
      Create empty doxec.tests package · f51dd9a6
      Frank Sauerburger authored
      Create an empty package named doxec.tests to store all unittests.
      f51dd9a6
    • Frank Sauerburger's avatar
      Fix syntax and parsing error · 4f145fc8
      Frank Sauerburger authored
      Fix mistakes indicated by previous pipeline. The errors arise from missing
      imports or plain syntax errors.
      4f145fc8
    • Frank Sauerburger's avatar
      Setup CI: doctest and unittest · 18b8543c
      Frank Sauerburger authored
      Add gitlab-ci configuration using the attached docker image using ubuntu 16 and
      python3. The CI consists of two test jobs: unittest and doctest
      18b8543c
    • Frank Sauerburger's avatar
      Add `.gitignore` · ef71ece3
      Frank Sauerburger authored
      Add the `.gitignore` file containing wildcards for temporary vim files and the
      python cache directory.
      ef71ece3
    • Frank Sauerburger's avatar
      Add raw skeleton of doxec classes · 99ca3e95
      Frank Sauerburger authored
      Adds skeleton classes for dexec package. Most classes define only a list of
      methods, without implementation, but a short comment about its purpose. As of
      now, the list of classes and methods, seems to be sufficient. The package lacks
      unittests and the CI setup.
      99ca3e95
Loading