<aside>

</aside>

🎯 이번 챕터 λͺ©ν‘œ

πŸ’» κ°•μ˜ 전체 μ½”λ“œ 및 ν”„λ‘œμ νŠΈ ꡬ쑰 (ꡬ쑰 ν™•μž₯!)

ν™•μž₯된 ν”„λ‘œμ νŠΈ ꡬ쑰:

graph TD
    A(my-pytest-project) --> B(.venv);
    A --> C(mycalc);
    A --> D(tests);
    C --> C1(__init__.py);
    C --> C2(mycalc.py);
    C --> C3(operations.py μƒˆλ‘œμš΄ λͺ¨λ“ˆ μΆ”κ°€);
    D --> D1(__init__.py);
    D --> D2(test_mycalc.py);
    D --> D3(test_operations.py μƒˆλ‘œμš΄ ν…ŒμŠ€νŠΈ 파일 μΆ”κ°€);
    D --> D4(test_calculator_class.py 클래슀 기반 ν…ŒμŠ€νŠΈ 예제 선택);

    style B fill:#eee,stroke:#333,stroke-dasharray: 5 5;
    style C fill:#ccf,stroke:#333;
    style D fill:#cfc,stroke:#333;
    style C3 fill:#cce,stroke:#333;
    style D3 fill:#cef,stroke:#333;
    style D4 fill:#fec,stroke:#333;

μ£Όμš” λ‚΄μš©: 파일/폴더 ꡬ쑰, 이름 κ·œμΉ™, 클래슀 ꡬ쑰 (λͺ…λ Ήμ–΄λŠ” pytest μ‚¬μš©)


πŸ“š λ‚΄μš©

1. ν…ŒμŠ€νŠΈ μ½”λ“œ κ΅¬μ‘°ν™”μ˜ ν•„μš”μ„±