Skip to content

Commit d2916d9

Browse files
Update content
1 parent f4e8ef3 commit d2916d9

File tree

1 file changed

+1
-1
lines changed
  • guide/getting-started-with-testcontainers-for-python

1 file changed

+1
-1
lines changed

guide/getting-started-with-testcontainers-for-python/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ As we are deleting all the customer records before every test, the tests can be
138138

139139
== Run tests
140140
To enable the Pytest https://pytest.org/explanation/goodpractices.html#test-discovery[auto-discovery] mechanism,
141-
create *\__init__.py* file under *tests* directory with empty content.
141+
create \___init___.py file under *tests* directory with empty content.
142142

143143
Now let's run the tests using pytest as follows:
144144

0 commit comments

Comments
 (0)