Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcqueary committed Dec 20, 2023
1 parent e4b2359 commit 0d304d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def database():
yield tf


def pytest_configure():
pytest.CASSETTES = f"tests/fixtures/vcr_cassettes/"
# def pytest_configure():
# pytest.CASSETTES = f"tests/fixtures/vcr_cassettes/"


class Helpers:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_mixed_formats(self, name, helpers, database, tmp_path, caplog):
db = os.getenv("DATABASE_NAME")
command = f"scrape-file '{url_file}' --db '{db}'"
assert helpers.graver_cli(command) == ""
assert f"Successfully scraped 1 of 1" in caplog.text
assert "Successfully scraped 1 of 1" in caplog.text
mem_id = person["memorial_id"]
m = Memorial.get_by_id(mem_id)
assert m is not None
Expand Down

0 comments on commit 0d304d8

Please sign in to comment.