You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
For Unit Tests we should stick to Django standard and use unittest.
For Integration tests I only have some experience with Selenium, so we'd probably use that. However unit tests should be priority. We'd probably track integration tests for a future milestone.
I think is usefull for any project have tests.
What prefer to use ..
for unit:
unit test | pytest | ?
for integration:
selenium | splinter | easy_integration | ?
The text was updated successfully, but these errors were encountered: