0.0
No commit activity in last 3 years
No release in over 3 years
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.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
A utility to create fake data and files for healthcare integration testing
2020
2021
2022
2023
2024
2025
0.0
The project is in a healthy, maintained state
# Quick Start The Owner API uses the JSON format, and must be accessed over a [secure connection](https://en.wikipedia.org/wiki/HTTPS). Let’s assume that the access token provided by your account manager is “TOKEN”. Here’s how to get the list of ids of all your invoices from the first week of ...
2020
2021
2022
2023
2024
2025
0.0
No release in over a year
Take snapshots of responses and mail messages while testing, and inspect them in a browser. A Ruby on Rails engine.
2020
2021
2022
2023
2024
2025
0.0
No release in over a year
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.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Testing a separate publish to see if I can get the mac install to work with bundler. The sys-proctable library provides an interface for gathering information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms...
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
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.
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over a year
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...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Used primarily for spawning a docker swarm cluster for docker engine testing.
2020
2021
2022
2023
2024
2025
0.0
No release in over a year
Naive implementation of Xor-filter for algorithm testing purposes..
2020
2021
2022
2023
2024
2025
0.0
A long-lived project that still receives updates
Some testing for models and controllers
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
A split testing framework for Rails 3.x.x
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
== 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...
2020
2021
2022
2023
2024
2025