A Golang tool that does static analysis, unit testing, code review and generate code quality report.
-
Updated
Oct 27, 2018 - Go
{{ message }}
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
A tiny boost library in C++11.
Angular build facade extensions (Jest and custom webpack configuration)
Godot Unit Test. Unit testing tool for Godot Game Engine.
The successor to nose, based on unittest2
Android开发中必要的一环---单元测试(Unit Test)
Testing tools and utilities for Apple's Combine framework.
Uma breve introdução prática a Test Driven Development (TDD) em JavaScript para pessoas que querem escrever códigos mais confiáveis
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Рекомендации по написанию PHP кода
A unit testing framework for Shell scripts - namely Bash.
A Godot Unit Test Framework. Support for gdScript and c# unit testing
Component based Angular(1.x) web development with Webpack and ES6.
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
After upgrading from v1.0 to v1.2 I saw that a test suite which ran without issues before, now had a lot of cycle overruns. After some investigation I noticed that there is a parameter to set the maximum number of assertions. For v1.0 this was at 500 and for v1.2 it is at 1000. Even when I set the parameter the same for both versions, v1.0 had no issue with cycle overruns, but v1.2 did. Are assert
This tool will take a js/ts file as input and generate a jest unit test file next to it with all imports mocked and tests stubs for every class method and function exported.
This is an example of doing a Modern C++ project with CI
Add a description, image, and links to the unit-test topic page so that developers can more easily learn about it.
To associate your repository with the unit-test topic, visit your repo's landing page and select "manage topics."
We need a page in the docs that tell users that to mock they should use
from unittest import mock.We should note that the
mock.patchdecorators don't currently work, and that we need to use the context managers instead.