Updated 6 months ago

pytest • Rank 38.9 • Science 54%

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

Updated 6 months ago

@stdlib/assert-tools-array-function • Rank 20.7 • Science 44%

Return a function which tests if every element in an array passes a test condition.

Updated 6 months ago

cocotb • Rank 24.8 • Science 36%

cocotb: Python-based chip (RTL) verification

Updated 6 months ago

xcthealthkit • Rank 4.6 • Science 54%

An XCTest Framework to test the creation of HealthKit samples using the Health App

Updated 6 months ago

fortutf • Rank 4.3 • Science 54%

FORTRAN Unit Test Suite written in FORTRAN

Updated 5 months ago

https://github.com/kotest/kotest • Rank 22.1 • Science 36%

Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.

Updated 6 months ago

xctestextensions • Rank 3.6 • Science 54%

Extensions for commonly used functionality in UI tests using XCTest.

Updated 6 months ago

@stdlib/assert-tools-array-like-function • Rank 11.6 • Science 44%

Return a function which tests if every element in an array-like object passes a test condition.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-same-kind-data-type-cast • Rank 6.9 • Science 44%

Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.

Updated 6 months ago

@stdlib/array-base-every-by • Rank 5.9 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-some-by-right • Rank 4.5 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-any-by-right • Rank 4.5 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-some-by • Rank 4.1 • Science 44%

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-assert-is-mostly-safe-data-type-cast • Rank 4.1 • Science 44%

Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.

Updated 6 months ago

@stdlib/assert-tools-typed-array-function • Rank 4.0 • Science 44%

Return a function which tests if every element in a typed array passes a test condition.

Updated 6 months ago

@stdlib/utils-async-any-by • Rank 4.0 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-every-by-right • Rank 3.8 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-every-by • Rank 3.6 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-none-by-right • Rank 3.6 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-none-by • Rank 3.3 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-some-by • Rank 3.1 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-none-by • Rank 2.8 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-every-by • Rank 2.8 • Science 44%

Test whether every iterated value passes a test implemented by a predicate function.