<aside>

</aside>

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


๐Ÿ’ป ๊ฐ•์˜ ์ „์ฒด ์ฝ”๋“œ ๋ฐ ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ (Noxfile ์ˆ˜์ •!)

ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ: (๋ณ€๋™ ์—†์Œ)

graph TD
    A(my-pytest-project) --> B(.venv);
    A --> C(mycalc);
    A --> D(tests);
    A --> E(pytest.ini);
    A --> F(noxfile.py tests ์„ธ์…˜ ๋ฐ์ฝ”๋ ˆ์ดํ„ฐ ์ˆ˜์ •);
    A --> G(requirements-dev.txt);
    A --> H(pyproject.toml);

    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;


๐Ÿ“š ๋‚ด์šฉ

1. ์™œ ์—ฌ๋Ÿฌ ํ™˜๊ฒฝ์—์„œ ํ…Œ์ŠคํŠธํ•ด์•ผ ํ• ๊นŒ์š”? ํ˜ธํ™˜์„ฑ์˜ ์ค‘์š”์„ฑ! ๐Ÿค”