<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;


๐Ÿ“š ๋‚ด์šฉ

1. ๋‹ค์–‘ํ•œ assert ํ™œ์šฉ๋ฒ• ๐Ÿง