mrNedas / mini-ocpp

0 stars 0 forks source link

Add tests #10

Open mrNedas opened 1 month ago

mrNedas commented 1 month ago

Tikimės, kad kritinėms, sudėtingesnėms vietoms parašysite unit, integracinius ar funkcinius testus. Tą atlikite naudojantis pytest[8] įrankiais ir pytest-describe[9] metodologija. Papildomai jums pravers pytest-asyncio[10] concurrent kodui testuoti ir pytest-mock[11] mock'inimui. Dar gali praversti MagicMock[12] ir AsyncMock[13] klasės.

mrNedas commented 1 month ago

At the moment, tests have only been implemented for basic and simple functions. Need to cover more complex functions in the future.