We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If unit test need some external device that have some unknown state then we don't have unit tests, but maybe system tests.
Unit tests shall execute as fast as possible, without any external device and possible before each commit.
Proposal: mock sockets, and classes to have control over states.
The text was updated successfully, but these errors were encountered:
@Galoshi Any plan of action for doing that and migration to pytest?
Sorry, something went wrong.
No branches or pull requests
If unit test need some external device that have some unknown state then we don't have unit tests, but maybe system tests.
Unit tests shall execute as fast as possible, without any external device and possible before each commit.
Proposal: mock sockets, and classes to have control over states.
The text was updated successfully, but these errors were encountered: