Skip to content

Commit

Permalink
Add new "testing" group
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jul 16, 2022
1 parent 8758c37 commit 1708ceb
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1 deletion.
40 changes: 40 additions & 0 deletions data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,43 @@
"There are so many resources on
how to learn about scikit !"
- name: Pytest
meth: tri
short: "Library - Common"
power: 3
desc: |+
>>> def test_foo():
... assert 1 + 2 == 3
"My needs are simple: running a
collection of test functions.
I don't use plugins, fixtures,
or other advanced features...
but I could if I wanted them."
- name: Hypothesis
meth: tri
short: "Library - Rare"
power: 5
desc: |+
>>> from hypothesis import given
Find more bugs with less work, by
generating diverse test inputs.
"The problem is that it's too good at
finding bugs, so I can't sneak broken
code in before the feature freeze."
- name: Ghostwriter
meth: tri
short: "CLI - Rare"
power: 4
desc: |+
$ hypothesis write gzip.compress
$ hypothesis write numpy.matmul
A command-line interface which can
write property-based tests for you.
"Sometimes, magic is just someone
spending more time on something than
anyone else might reasonably expect."
9 changes: 8 additions & 1 deletion groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
shape: tri
cmap: Blues
items:
- numpy
- numpy
- zarr
- xarray
- NetworkX
Expand All @@ -70,3 +70,10 @@
- GeoPandas
shape: tri
cmap: BrBG
- name: Testing
items:
- Pytest
- Hypothesis
- Ghostwriter
shape: tri
cmap: rainbow # *not* jet
Binary file added logos/ghostwriter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/hypothesis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/pytest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1708ceb

Please sign in to comment.