Skip to content

Commit f03f5d4

Browse files
authored
Fix typos (#57)
1 parent 13573a9 commit f03f5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ mocked-sessionmakers=database.WorkerSessionmaker database.SecondWorkerSessionmak
362362

363363
### <a name="writing-transactional-tests"></a>Writing transactional tests
364364

365-
Once you have your [conftest file set up](#conftest-setup) and you've [overrided the
365+
Once you have your [conftest file set up](#conftest-setup) and you've [overridden the
366366
necessary connectables in your test configuration](#test-configuration), you're ready
367367
to write some transactional tests. Simply import one of the module's [transactional
368368
fixtures](#fixtures) in your test signature, and the test will be wrapped in a transaction.

tests/test_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_db_engine_changes_dont_persist(person, db_engine, db_session):
8383
def test_raise_programmingerror_rolls_back_transaction(db_testdir):
8484
'''
8585
Make sure that when a ProgrammingError gets raised and handled, the
86-
connection will continue to be useable.
86+
connection will continue to be usable.
8787
'''
8888
db_testdir.makepyfile("""
8989
import pytest

0 commit comments

Comments
 (0)