Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
c45bcc91
Unverified
Commit
c45bcc91
authored
Jun 06, 2019
by
Thom Wiggers
📐
Browse files
Add merchandise items to the sitemaps test
parent
194e153c
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/tests/test_website.py
View file @
c45bcc91
...
...
@@ -18,7 +18,10 @@ def load_tests(_loader, tests, _ignore):
class
SitemapTest
(
TestCase
):
fixtures
=
[
'members.json'
,
'member_groups.json'
]
fixtures
=
[
'members.json'
,
'member_groups.json'
,
'merchandiseitems.json'
,
]
def
test_sitemap_success
(
self
):
response
=
self
.
client
.
get
(
'/sitemap.xml'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment