Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

[Assignment] Quiz script #2

Merged
merged 14 commits into from
Dec 4, 2023
Merged

[Assignment] Quiz script #2

merged 14 commits into from
Dec 4, 2023

Conversation

shorodilov
Copy link
Member

@shorodilov shorodilov commented Dec 4, 2023

Overview

This project provides a simple command line script to ask the user questions
from the file. The question file uses the pre-defined structure. After all
answers are gathered, the total score is displayed to the user and the script
execution is completed.

run_script

Checklist before merging to master

  • Update project information in pyproject.toml file
    • project name
    • project version
    • project description
  • Provide instructions for the assignment in .lesson/instructions.md
    • Short assignment overview
    • Objective
    • Requirements
    • Acceptance criteria (if applicable)
    • Usage examples (if any)
  • main.py code boilerplate
  • Implement unittest for the assignment
    • Mark those tests, that are related to the implementation as
      expectedFailure
    • Mark those tests, that are only for the development as
      skip
  • .lesson/solution.md document
    • Objective decomposition (if applicable)
    • Solution code

@shorodilov shorodilov self-assigned this Dec 4, 2023
@shorodilov shorodilov marked this pull request as ready for review December 4, 2023 22:39
@shorodilov shorodilov merged commit b1e3a26 into master Dec 4, 2023
1 check passed
@shorodilov shorodilov deleted the feature/assignment branch December 4, 2023 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant