New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gridtest

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridtest

generate grid testing for Python modules and functions

  • 0.0.15
  • PyPI
  • Socket score

Maintainers
1

GridTest

PyPI version DOI

Simple grid parameterization and testing setup for Python functions and modules. See Documentation to get started.

docs/assets/img/logo/gridtest.gif

Overview

GridTest is a library that specializes in generating parameter grids. The grids are most obviously used for testing, but can extend to other use cases. In the context of testing, GridTest makes it easy to discover functions, classes, and arguments for your python scripts or modules, and then generate a template for you to easily populate. Outside of testing, you can define grids that are version controlled, programatically defined with functions, and easy to interact with from the command line or Python interpreter. You might be interested in GridTest if you need:

  • low overhead tests for Python scripts and small packages
  • to generate input data for reproducible computations

To learn more, it's recommended to reference the documentation, take a look at the getting started pages, or browse one of the many tutorials available.

  • Free software: MPL 2.0 License

Support

If you have any questions or requests for examples or tutorials, please don't hesitate to open an issue.

Contributing

Please see the documentation contributing guide for details on how to contribute to documentation or code, or the GitHub CONTRIBUTING.md for a list of checks when opening a pull request.

Known Issues

The following are known to not work, and development will depend on how useful the average user will assess each of these points. The developer @vsoch has not added them yet because she doesn't think them overall useful.

  • support for system libraries (e.g., sys) or anything without a filename in site-packages

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc