Integration test - sgml/signature GitHub Wiki
Tools
Webpack
Code Smells
- https://medium.com/javascript-scene/mocking-is-a-code-smell-944a70c90a6a
- https://alexn.org/blog/2015/12/15/avoid-javaisms-code-smell.html
pyTest
- https://docs.pytest.org/en/latest/monkeypatch.html
- https://holgerkrekel.net/2009/03/03/monkeypatching-in-unit-tests-done-right/
- https://www.patricksoftwareblog.com/monkeypatching-with-pytest/
- https://docs.pytest.org/en/reorganize-docs/new-docs/user/commandlineuseful.html
- https://github.com/pytest-dev/pytest/issues/3294
- https://gist.github.com/kwmiebach/3fd49612ef7a52b5ce3a
- https://docs.pytest.org/en/6.2.x/example/pythoncollection.html