Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
ba95267f
Commit
ba95267f
authored
9 years ago
by
Martin Burchell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed spelling of test functions
parent
2615e949
No related branches found
No related tags found
1 merge request
!40
Add item frontend
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
django/website/hid/tests/add_edit_item_view_tests.py
+3
-3
3 additions, 3 deletions
django/website/hid/tests/add_edit_item_view_tests.py
with
3 additions
and
3 deletions
django/website/hid/tests/add_edit_item_view_tests.py
+
3
−
3
View file @
ba95267f
...
...
@@ -478,7 +478,7 @@ def test_add_new_item_with_unknown_item_type_redirects():
@pytest.mark.django_db
def
test_submiting_form_with_id_equal_0_creates_an_item
(
item_type
):
def
test_submit
t
ing_form_with_id_equal_0_creates_an_item
(
item_type
):
body
=
'
Hello, here is a new item
'
the_time
=
datetime
(
2015
,
06
,
27
,
0
,
0
)
(
view
,
response
)
=
make_request
(
...
...
@@ -501,7 +501,7 @@ def test_submiting_form_with_id_equal_0_creates_an_item(item_type):
@pytest.mark.django_db
def
test_submiting_form_creates_an_item_with_correct_fields
(
item_type
):
def
test_submit
t
ing_form_creates_an_item_with_correct_fields
(
item_type
):
body
=
'
Hello, here is a new item
'
the_time
=
datetime
(
2015
,
06
,
27
,
0
,
0
)
(
view
,
response
)
=
make_request
(
...
...
@@ -525,7 +525,7 @@ def test_submiting_form_creates_an_item_with_correct_fields(item_type):
@pytest.mark.django_db
def
test_submiting_form_creates_an_item_with_a_category
(
item_type
):
def
test_submit
t
ing_form_creates_an_item_with_a_category
(
item_type
):
body
=
'
Hello, here is a new item
'
(
view
,
response
)
=
make_request
(
AddEditItemView
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment