Improve conference importer and series attendance
This commit is contained in:
parent
dbce9e5358
commit
a87c9f993e
5 changed files with 87 additions and 0 deletions
|
|
@ -118,5 +118,6 @@ def test_conference_series_pages(tmp_path: typing.Any, monkeypatch: typing.Any)
|
|||
|
||||
assert index_response.status_code == 200
|
||||
assert b"PyCascades" in index_response.data
|
||||
assert b"attended" in index_response.data
|
||||
assert detail_response.status_code == 200
|
||||
assert b"trip: Seattle Python trip" in detail_response.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue