issues Search Results · repo:nteract/testbook language:Python
Filter by
94 results
(67 ms)94 results
innteract/testbook (press backspace or delete to remove)I am having trouble using testbook.
I am running some functions, which require that a context is setup in the same thread (and process). I have a pytest
fixture (scope= session , autouse=True) to initialize ...
dyollb
- Opened on Oct 24, 2024
- #160
Problem Description:
When passing numpy arrays as arguments to a function in the notebook, they seem to be converted to strings, leading to
TypeError exceptions.
The function I’m testing is supposed ...
AnsonSavage
- 1
- Opened on Sep 30, 2024
- #159
From yesterday on, the codecov package is no longer available on pypi. That makes pip install testbook[dev] fail as the
dependency to codecov cannot be resolved.
https://about.codecov.io/blog/message-regarding-the-pypi-package/ ...
johannes-mueller
- 2
- Opened on Apr 13, 2023
- #157
It d be very useful if a few type annotations were added to the project, particularly for some of the methods used
within tests.
This would make it much easier to write code using the library more quickly ...
MaddyGuthridge
- Opened on Feb 11, 2023
- #154
Hello
In my notebook, I import a variable in a py file. While the notebook is running while executed manually, it failed to be
executed while using @testbook
image
#mini_config.py
schema_name = ds_handson_sanfeu ...
sanfeu
- 2
- Opened on Jan 6, 2023
- #152
Hello, in my Jupyter Notebook I load data files via a pre-defined relative path. When I execute the Notebook in the
normal fashion that path is valid. However, my Jupyter Notebook, my data set and my test ...
nakami
- 1
- Opened on Nov 25, 2022
- #150
With a trivial answer.ipynb like this:
details
{
cells : [
{
cell_type : code ,
execution_count : null,
id : 2382e31c-1117-46df-b981-81100e7f68f3 ,
metadata : {},
outputs : ...
The-Compiler
- Opened on Oct 6, 2022
- #148
It appears, that testbook passes string instead of complex variable when testing a function that takes a complex number
as an argument. I attached three files. Complex.ipynb contains function func_complex ...
HypocriticalLemur
- 1
- Opened on Aug 23, 2022
- #147
It appears that is impossible to use the execute=False capability of testbook and tb.patch() together due to patched
code getting run twice.
Consider this example with a simple two cell notebook; the ...
bug
JMMarchant
- Opened on Jun 10, 2022
- #146
It can be created with the following commands:
python -m pip install ipykernel
python -m ipykernel install --user --name python3
documentation
rohitsanj
- Opened on May 23, 2022
- #144

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.