Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test code boilerplate stuff #25

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    6af5389 View commit details
    Browse the repository at this point in the history
  2. all internal constants should be imported with * to avoid to many imp…

    …orts and having to explicitly define all variabels we can/will import
    Grokzen committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e14e04b View commit details
    Browse the repository at this point in the history
  3. Some minor linting stuff

    Grokzen committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    cb66af6 View commit details
    Browse the repository at this point in the history
  4. Implement a few testing methods that do basic validation of the Core …

    …object and the functions and features of it
    Grokzen committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4621ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    611ad73 View commit details
    Browse the repository at this point in the history
  6. Add tests for Paste._convert_ids and added more validation of the inp…

    …ut data and raise Exceptions if we input the wrong data to the method
    Grokzen committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    98afa7b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Added more tests for paste module. Fixed a file loading issue where a…

    …ny value was attempted to be loaded but only if a valid path is provided it should not cause a exception
    Grokzen committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    f3cfdd3 View commit details
    Browse the repository at this point in the history
  2. Added mock to requirements

    Grokzen committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    541a23c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Removed two sections of bug report template that is not supposed to b…

    …e there in this git repo
    Grokzen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9100696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3feed8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e174292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d5691c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6a30ca View commit details
    Browse the repository at this point in the history
  6. Add mkdocs-dev to Makefile. Fixed wrong requirements package for the …

    …docs install requirements
    Grokzen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b262a63 View commit details
    Browse the repository at this point in the history
  7. Move the features list from the README file into the docs site. Furth…

    …er text for each command will be added in later commits.
    Grokzen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    262e9b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57f668a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c48d9a5 View commit details
    Browse the repository at this point in the history