Skip to content
#

pytest

Here are 1,881 public repositories matching this topic...

Stranger6667
Stranger6667 commented Sep 14, 2020

This might be helpful - too many redirects may be considered an error. E.g. the API schema might need to provide endpoints that won't involve any redirection at all, for example, if the app redirects "/api/users" to "/api/users/", then the schema should have endpoints with trailing slashes to avoid these redirects for clients at all.

Implementation notes

  • Update models.Case.call signatu
SagiPolaczek
SagiPolaczek commented Apr 14, 2022

Hey,
First, great open source project.

I suggest the following feature:
Currently to execute the entire notebook we can do:

    def test_notebook(self):
        notebook_path = "fuse_examples/tutorials/hello_world/hello_world.ipynb"
        # Execute the whole notebook and save it as an object
        with testbook(notebook_path, execute=True, timeout=600) as tb:

Now, i

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the pytest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pytest topic, visit your repo's landing page and select "manage topics."

Learn more