GridTest
GridTest: testing and metrics collection for Python - Published in JOSS (2020)
Science Score: 100.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
grid parameters and testing for Python modules and functions
Basic Info
- Host: GitHub
- Owner: vsoch
- License: mpl-2.0
- Language: HTML
- Default Branch: master
- Homepage: https://vsoch.github.io/gridtest/
- Size: 13.6 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
- Releases: 2
Topics
Metadata Files
README.md
GridTest
Simple grid parameterization and testing setup for Python functions and modules. See Documentation to get started.

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
Owner
- Name: Vanessasaurus
- Login: vsoch
- Kind: user
- Website: https://vsoch.github.io
- Twitter: vsoch
- Repositories: 631
- Profile: https://github.com/vsoch
I'm the Vanessasaurus!
JOSS Publication
GridTest: testing and metrics collection for Python
Tags
testing metrics continuous integrationCitation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Sochat
given-names: Vanessa
orcid: https://orcid.org/0000-0002-4387-3819
title: "GridTest: testing and metrics collection for Python"
version: 0.0.15
doi: 10.21105/joss.02284
date-released: 2020-07-05
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| vsoch | v****t@s****u | 100 |
| Christian Brueffer | c****n@b****o | 4 |
| Konrad Hinsen | k****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 24
- Total pull requests: 18
- Average time to close issues: 4 days
- Average time to close pull requests: about 16 hours
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 1.92
- Average comments per pull request: 0.61
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vsoch (18)
- cbrueffer (3)
- khinsen (2)
- usethedata (1)
Pull Request Authors
- vsoch (13)
- cbrueffer (4)
- khinsen (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 17 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 11
- Total maintainers: 1
pypi.org: gridtest
generate grid testing for Python modules and functions
- Homepage: http://www.github.com/vsoch/gridtest
- Documentation: https://gridtest.readthedocs.io/
- License: LICENSE
-
Latest release: 0.0.15
published over 5 years ago
Rankings
Maintainers (1)
conda-forge.org: gridtest
GridTest is a small python library that will read in one or more python scripts or modules, and generate a testing file that can be used to run grid tests. A "gridtest" is one that is run over a grid of parameter settings. For each gridtest, you can also measure one or more metrics.
- Homepage: https://github.com/vsoch/gridtest
- License: MPL-2.0
-
Latest release: 0.0.15
published over 5 years ago
Rankings
Dependencies
- jekyll-feed = 0.11.0 development
- jekyll-seo-tag = 2.5.0 development
- jekyll-sitemap = 1.2.0 development
- jekyll = 3.8.4
