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

Testing #4

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

Testing #4

wants to merge 28 commits into from

Commits on Jun 11, 2019

  1. Add packaging provisions

    MarkKoz committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    71bf94c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Fix circular import

    MarkKoz committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    200f91e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebe55d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    7dad08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c799cab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83590a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Add randomizer tests

    * Add comments to the Graph randomizer code
    MarkKoz committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    31e9b53 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Fix Commander object count tracking

    Modify the class attribute instead of the instance attribute.
    MarkKoz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    60f8b5d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Add Commander tests

    MarkKoz committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    2c3316f View commit details
    Browse the repository at this point in the history
  2. Minor refactor to Commander tests

    * Use a dictionary for command assertion instead of one assertion per
      kv pair
    * Explicitly check for the name "Commander"
    MarkKoz committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    b505a7d View commit details
    Browse the repository at this point in the history
  3. Add Layout tests

    MarkKoz committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    c2728e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcf9599 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Add Tracer tests

    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    7a43d3d View commit details
    Browse the repository at this point in the history
  2. Refactor Commander tests

    * Reset object count and commands list to previous values
    * Use dictionaries for all assertions rather than checking single keys
    * Create a Commander object in setUp() for use with most tests
    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    1c37e4b View commit details
    Browse the repository at this point in the history
  3. Add LogTracer tests

    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    818fea1 View commit details
    Browse the repository at this point in the history
  4. Add Array2DTracer tests

    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    4708103 View commit details
    Browse the repository at this point in the history
  5. Add Array1DTracer tests

    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    845f70b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ea7a2d View commit details
    Browse the repository at this point in the history
  7. Add GraphTracer tests

    MarkKoz committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    ae25027 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Add helper function for tests

    It reduces code redundancy by performing the common operations of
    fetching the last command and constructing the command dictionary
    from the given arguments.
    MarkKoz committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    060fca0 View commit details
    Browse the repository at this point in the history
  2. Add missing Graph edge tests

    MarkKoz committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    0a69697 View commit details
    Browse the repository at this point in the history
  3. Configure coverage.py

    MarkKoz committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    190e549 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Refactor execute() to make code more testable

    * Add type alias equivalent to os.PathLike to support Python 3.5
    MarkKoz committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    75e641b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9168d View commit details
    Browse the repository at this point in the history
  3. Replace requests with urllib

    MarkKoz committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d7fdacb View commit details
    Browse the repository at this point in the history
  4. Add get_url tests

    MarkKoz committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    91723d7 View commit details
    Browse the repository at this point in the history
  5. Mock urlopen for get_url test

    MarkKoz committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cb30d80 View commit details
    Browse the repository at this point in the history
  6. Exclude atexit from coverage

    MarkKoz committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    34724a0 View commit details
    Browse the repository at this point in the history