MCPcopy Index your code
hub / github.com/bqplot/bqplot / filterUpdateNotebooks

Function filterUpdateNotebooks

ui-tests/tests/bqplot.test.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9const filterUpdateNotebooks = item => {
10 const basename = path.basename(item.path);
11 return basename.includes('_update');
12}
13
14const testCellOutputs = async (page: IJupyterLabPageFixture, tmpPath: string, theme: 'JupyterLab Light' | 'JupyterLab Dark') => {
15 const paths = klaw(path.resolve(__dirname, './notebooks'), {filter: item => !filterUpdateNotebooks(item), nodir: true});

Callers 2

testCellOutputsFunction · 0.85
testPlotUpdatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…