<aside>

</aside>

๐ŸŽฏ ์ด๋ฒˆ ์ฑ•ํ„ฐ ๋ชฉํ‘œ


๐Ÿ’ป ๊ฐ•์˜ ์ „์ฒด ์ฝ”๋“œ ๋ฐ ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ (๋นŒ๋“œ/๋ฐฐํฌ ๋„๊ตฌ ๋ฐ ์„ธ์…˜ ์ถ”๊ฐ€!)

ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ:

graph TD
    A(my-pytest-project) --> B(.venv);
    A --> C(mycalc);
    A --> D(tests);
    A --> E(pytest.ini);
    A --> F(noxfile.py build,release ์„ธ์…˜ ์ถ”๊ฐ€);
    A --> G(requirements-dev.txt build,twine ์ถ”๊ฐ€);
    A --> H(pyproject.toml ํŒจํ‚ค์ง€ ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ,๋นŒ๋“œ ์„ค์ •);
    A --> I(dist ๋นŒ๋“œ ๊ฒฐ๊ณผ๋ฌผ ํด๋” ์ž๋™ ์ƒ์„ฑ);

    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;
    style G fill:#eee,stroke:#333;
    style H fill:#eef,stroke:#333;
    style I fill:#ddd, stroke:#333, stroke-dasharray: 5 5;


๐Ÿ“š ๋‚ด์šฉ

1. ์™œ ํŒจํ‚ค์ง•์ด ํ•„์š”ํ• ๊นŒ์š”? ์ฝ”๋“œ๋ฅผ ์„ ๋ฌผ์ฒ˜๋Ÿผ ํฌ์žฅํ•˜๊ธฐ ๐ŸŽ