GridTest

GridTest: testing and metrics collection for Python - Published in JOSS (2020)

https://github.com/vsoch/gridtest

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

gridtest testing yaml
Last synced: 6 months ago · JSON representation ·

Repository

grid parameters and testing for Python modules and functions

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 5
  • Releases: 2
Topics
gridtest testing yaml
Created almost 6 years ago · Last pushed over 4 years ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

GridTest

PyPI version DOI 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

Owner

  • Name: Vanessasaurus
  • Login: vsoch
  • Kind: user

I'm the Vanessasaurus!

JOSS Publication

GridTest: testing and metrics collection for Python
Published
July 05, 2020
Volume 5, Issue 51, Page 2284
Authors
Vanessa Sochat ORCID
Stanford University Research Computing
Editor
Bruce E. Wilson ORCID
Tags
testing metrics continuous integration

Citation (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

All Time
  • Total Commits: 105
  • Total Committers: 3
  • Avg Commits per committer: 35.0
  • Development Distribution Score (DDS): 0.048
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
enhancement (3) bug (1)
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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 17 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Forks count: 22.7%
Average: 26.6%
Stargazers count: 27.9%
Downloads: 50.9%
Maintainers (1)
Last synced: 6 months ago
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.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 50.2%
Dependent packages count: 51.2%
Forks count: 57.4%
Stargazers count: 58.4%
Last synced: 6 months ago

Dependencies

docs/Gemfile rubygems
  • jekyll-feed = 0.11.0 development
  • jekyll-seo-tag = 2.5.0 development
  • jekyll-sitemap = 1.2.0 development
  • jekyll = 3.8.4