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

Check homework - testing lesson 3 #425

Merged
merged 12 commits into from
Feb 4, 2021

Commits on Dec 28, 2020

  1. Minor fix of a homework task

    Signed-off-by: Guy Hartuv <[email protected]>
    Acepresso authored and AnnaDinaburgVulikh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    8b0a586 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for 03_Variables_and_datatypes

    Automatic check of student's homework.
    Utilized using pytest framework.
    
    Signed-off-by: Guy Hartuv <[email protected]>
    Acepresso authored and AnnaDinaburgVulikh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    bf9b464 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Changed the testing method for lesson 3

    1. Split to 2 files according to the homework assignments.
    2. Changed rose_check.py functionality to allow using calling pytest using mark for testing further assignments.
    3. Added conftest.py that keeps all the public functions and variables for the tests using @pytest.fixture
    4. Added pytest.ini that includes the custom markers for the assignment tests
    AnnaDinaburgVulikh committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    db30962 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    5974f1e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Updated README

    AnnaDinaburgVulikh committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    f8dd4ef View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    2798d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b509f97 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Updated the call commands and README files

    1. Added a special command for the available tests list.
    2. Made the existing commands universal for Python and Linux exercises.
    3. Split the README to: running and adding test files.
    AnnaDinaburgVulikh committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    62ea653 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    cc35ddf View commit details
    Browse the repository at this point in the history
  2. Adjusted messages

    AnnaDinaburgVulikh committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    48c83a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    b0bbcaa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    a13decc View commit details
    Browse the repository at this point in the history