0.0
Simple calculator API hosted on APIMATIC. For package publishing testing only.
2021
2022
2023
2024
2025
2026
0.0
Support library for controlling razor testing environments.
2021
2022
2023
2024
2025
2026
0.0
Adds Minitest assertions to test for errors raised or not \
raised by Minitest itself. Most useful when testing other Minitest assertions.
2021
2022
2023
2024
2025
2026
0.0
Custom RSpec matchers for testing Apiwork resources, representations, and enums
2021
2022
2023
2024
2025
2026
0.0
This gem provides a set of commands to manage data maintenance scripts of a Rails application like migrations.
Each script has a timestamped name; a table in the DBs keeps track of
the scripts which have been run. Similar to migrations you can run
multiple scripts in the same session. DataF...
2021
2022
2023
2024
2025
2026
0.0
If you have an app that does testing or trivia, use this to create sample/dummy/fake questions. Its like Faker for questions.
2021
2022
2023
2024
2025
2026
0.0
factory_burgers provides a UI and some tooling to allow manual testing the abilit to use all of your factories.
2021
2022
2023
2024
2025
2026
0.0
* Vincenty wrote an algorithm for calculating the bearing and distance between two coordinates on the earth
and an algorithm for finding a second coordinate, given a starting coordinate, bearing and destination.
The algorithms model the earth as an ellipsoid, using the WGS-84 model. This is t...
2021
2022
2023
2024
2025
2026
0.0
publish testing package - do not use
2021
2022
2023
2024
2025
2026
0.0
This is simple and nice tool to inspect how application operates with current DB structure while testing app,
meaning redundant indexes, sequential scans, dummy requests and any other unintended behaviour customized by user.
2021
2022
2023
2024
2025
2026
0.0
A utility to create fake data and files for healthcare integration testing
2021
2022
2023
2024
2025
2026
0.0
A library of cucumber step definitions, which allow you to use a human to assert conditions during acceptance tests.
Some requirements are simple for a human to confirm, but are very difficult to assert using automation.
Farmer allows us to include human confirmation into our normal t...
2021
2022
2023
2024
2025
2026
0.0
MockChargebee is a drop in mocking library for testing with Chargebee.
2021
2022
2023
2024
2025
2026
0.0
SOOS ( https://soos.io ) is an independent software security company, located in Winooski, VT USA, building security software for your team. Used for testing purposes, this package is an example of a vulnerable package on a public registry.
2021
2022
2023
2024
2025
2026
0.0
Super fast gem for testing stuff
2021
2022
2023
2024
2025
2026
0.0
Generate the structure of jquery plugins easily. Manage library dependencies such as other jquery libraries or packing code on either mac or windows. Get jsspec testing baked in. Use the familiar rake tasks to manage your jquery code base.
2021
2022
2023
2024
2025
2026
0.0
apimatic_calculator
2021
2022
2023
2024
2025
2026
0.0
TestBench::Session implements the core testing mechanisms of TestBench: tests, contexts, comments, assertions, and test file execution. Sessions also maintain the pass/fail status of the test run. A diagnostic substitute session is also included that records session telemetry so that test abstrac...
2021
2022
2023
2024
2025
2026
0.0
Naive implementation of Xor-filter for algorithm testing purposes..
2021
2022
2023
2024
2025
2026
0.0
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave...
2021
2022
2023
2024
2025
2026