<aside>

</aside>

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


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

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

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 ํ…Œ์ŠคํŠธ ์˜์กด์„ฑ ํŒŒ์ผ);

    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;


๐Ÿ“š ๋‚ด์šฉ

1. Nox ์„ธ์…˜ ํ•ต์‹ฌ: session.install() ๊ณผ session.run() โš™๏ธ