<aside>

</aside>

🎯 이번 챕터 λͺ©ν‘œ


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

ν”„λ‘œμ νŠΈ ꡬ쑰:

graph TD
    A(my-pytest-project) --> B(.venv ν”„λ‘œμ νŠΈ κΈ°λ³Έ κ°€μƒν™˜κ²½ nox μ„€μΉ˜);
    A --> C(mycalc);
    A --> D(tests);
    A --> E(pytest.ini);
    A --> F(noxfile.py Nox μžλ™ν™” λ ˆμ‹œν”Ό 파일);

    C --> ...;
    D --> ...;

    style B fill:#eee,stroke:#333,stroke-dasharray: 5 5;
    style C fill:#ccf,stroke:#333;
    style D fill:#cfc,stroke:#333;
    style E fill:#fef,stroke:#333;
    style F fill:#ffc,stroke:#333;


πŸ“š λ‚΄μš©

1. 'μžλ™ν™”'의 ν•„μš”μ„±: 반볡 μž‘μ—… ν•΄λ°©!