Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/scipy/scipy_doctest

Floating-point aware doctesting
https://github.com/scipy/scipy_doctest

Replicate the user context manager

Sheila-nk opened this issue over 1 year ago
Configure doctest options through DTConfig

Sheila-nk opened this issue over 1 year ago
ENH: Configure pytest to use DTParser & DTFinder

Sheila-nk opened this pull request over 1 year ago
Audit the DTChecker implementation, simplify where possible

ev-br opened this issue over 1 year ago
Run the plugin on the numpy codebase

ev-br opened this issue over 1 year ago
Run plugin on the scipy codebase

ev-br opened this issue over 1 year ago
Make sure optional dependencies are, in fact, optional

ev-br opened this issue over 1 year ago
Add pytest plugin installation and usage instructions

Sheila-nk opened this pull request over 1 year ago
Add pytest plugin section in README

Sheila-nk opened this issue over 1 year ago
Configure pytest to use the DTParser

Sheila-nk opened this issue over 1 year ago
Configure pytest to use the DTChecker

Sheila-nk opened this issue over 1 year ago
ENH: Configure pytest to use DTChecker

Sheila-nk opened this pull request over 1 year ago
ENH: Add pytest cli options and ini configurations

Sheila-nk opened this pull request over 1 year ago
Define command line options and configuration settings for doctests

Sheila-nk opened this issue over 1 year ago
Create a pytest plugin that utilizes the scpdt tool

Sheila-nk opened this issue over 1 year ago
FIX: handle array abbreviation for multidimensional arrays

Sheila-nk opened this pull request over 1 year ago
Handle array abbreviation for n-dimensional arrays with n > 1

Sheila-nk opened this issue over 1 year ago
Make private files public

Sheila-nk opened this pull request over 1 year ago
Update `pyproject.toml`

Sheila-nk opened this issue over 1 year ago
NEP 51: really distinguish `np.float64(42.0)` and `42.0`

ev-br opened this issue over 1 year ago
xdoctest

ev-br opened this issue over 1 year ago
Cook up a pytest plugin

ev-br opened this issue about 2 years ago
Implicit import of a function in its docstring

ev-br opened this issue over 2 years ago
Parse python code blocks in TeX, md, rst etc

ev-br opened this issue over 2 years ago
ENH: remove a separate rndm_state context manager

ev-br opened this pull request over 2 years ago
Fold rndm handling into user_context_mgr

ev-br opened this issue over 2 years ago
ENH: implement the +SKIPBLOCK optionflag

ev-br opened this pull request over 2 years ago
Test/fix/improve the skiplist handling

ev-br opened this pull request over 2 years ago
make `get_public_objects` public

ev-br opened this issue over 2 years ago
printed masked arrays

ev-br opened this issue over 2 years ago
make DTConfig attributes lists, not sets

ev-br opened this issue over 2 years ago
ENH: add rndm_state to DTConfig to make it user-configurable

ev-br opened this pull request over 2 years ago
rationalize output : streams, buffering

ev-br opened this issue over 2 years ago
ENH: allow for local files

ev-br opened this pull request over 2 years ago
ENH: filter PendingDeprecationWarnings in DTChecker want->a_want etc

ev-br opened this pull request over 2 years ago
doctests which try to open local files

ev-br opened this issue over 2 years ago
plumb through to scipy

ev-br opened this issue over 2 years ago
ENH: polish up testfile(...)

ev-br opened this pull request over 2 years ago
ENH: DTParser handles pseudocode

ev-br opened this pull request over 2 years ago
Check rndm_markers to not skip compiling the example

ev-br opened this issue over 2 years ago
Test DT* objects being drop-in replacements of DocTest analogs

ev-br opened this issue over 2 years ago
add DTParser and a stub testfile

ev-br opened this pull request over 2 years ago
ENH: add a basic CLI for *.py files

ev-br opened this pull request over 2 years ago
Allow user context managers, suppress spurious NameErrors

ev-br opened this pull request over 2 years ago
ENH: introduce DTConfig

ev-br opened this pull request over 2 years ago
WIP: Run doctesting on the scipy API docs

ev-br opened this pull request over 2 years ago
BUG: handle missing __name__s in finder(..., strategy='public')

ev-br opened this pull request over 2 years ago
ENH: add a three-state verbosity level : 0, 1, 2 in testmod

ev-br opened this pull request over 2 years ago
ENH: add a bare-bones DebugDTRunner

ev-br opened this pull request over 2 years ago
Emit the list of objects which were examined

ev-br opened this issue over 2 years ago
MAINT: report the item name on failures/unexpected exceptions

ev-br opened this pull request over 2 years ago
Make random generator seeding configurable

ev-br opened this issue over 2 years ago
Test and verify dependencies between DocTests

ev-br opened this issue over 2 years ago
Collect various skiplists, defaults and settings

ev-br opened this issue over 2 years ago
Check test coverage

ev-br opened this issue over 2 years ago
CI: use pytest for self-testing

ev-br opened this pull request over 2 years ago
DTFinder helpers: which objects to examine

ev-br opened this pull request over 2 years ago
N-dim arrays with n> 2

ev-br opened this issue over 2 years ago
Numpy array abbreviations

ev-br opened this issue over 2 years ago
Suppress matplotlib figuires

ev-br opened this pull request over 2 years ago
Restructure into a package

ev-br opened this pull request over 2 years ago
doctest discovery in packages and subpackages

ev-br opened this issue over 2 years ago
Ways to invoke doctesting

ev-br opened this issue over 2 years ago
Add a fast-fail option

ev-br opened this issue over 2 years ago
Report verbosity

ev-br opened this issue over 2 years ago
TST: add tests for nested/multiline namedtuples

ev-br opened this pull request over 2 years ago
Tuples nested in namedtuples

ev-br opened this issue over 2 years ago
Restructure into a package

ev-br opened this issue over 2 years ago
implement handling of pseudocode : skips and "blocks"

ev-br opened this issue over 2 years ago
ENH: use DTRunner from scipy/refguide-check

ev-br opened this pull request over 2 years ago
Add an # ignore marker

ev-br opened this issue over 2 years ago
Sync numpy changes

ev-br opened this issue over 2 years ago
handle the MPL backend / close MPL figures

ev-br opened this issue over 2 years ago
Improve the self-testing machinery

ev-br opened this issue over 2 years ago
Which objects are doctested

ev-br opened this issue over 2 years ago
Test the DTRunner

ev-br opened this issue over 2 years ago
Checker features test coverage

ev-br opened this issue over 2 years ago
Handle stopwords (MPL and other)

ev-br opened this issue over 2 years ago