From d2916d9eba4c7b0d49583e82d24ed165d128a286 Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Tue, 5 Dec 2023 13:41:24 +0530 Subject: [PATCH] Update content --- guide/getting-started-with-testcontainers-for-python/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/getting-started-with-testcontainers-for-python/index.adoc b/guide/getting-started-with-testcontainers-for-python/index.adoc index 9e80473..65eb030 100644 --- a/guide/getting-started-with-testcontainers-for-python/index.adoc +++ b/guide/getting-started-with-testcontainers-for-python/index.adoc @@ -138,7 +138,7 @@ As we are deleting all the customer records before every test, the tests can be == Run tests To enable the Pytest https://pytest.org/explanation/goodpractices.html#test-discovery[auto-discovery] mechanism, -create *\__init__.py* file under *tests* directory with empty content. +create \___init___.py file under *tests* directory with empty content. Now let's run the tests using pytest as follows: