Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SMASCH
scheduling-system
Commits
5b2ad63f
There was a problem fetching the pipeline metadata.
Commit
5b2ad63f
authored
7 years ago
by
Jacek Lebioda
Browse files
Options
Downloads
Patches
Plain Diff
Correction of a breadcrumb and a test
parent
70612308
No related branches found
No related tags found
1 merge request
!118
Resolve "Flying team location management site"
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
smash/web/templates/flying_teams/index.html
+1
-1
1 addition, 1 deletion
smash/web/templates/flying_teams/index.html
smash/web/tests/view/test_flying_teams.py
+1
-1
1 addition, 1 deletion
smash/web/tests/view/test_flying_teams.py
with
2 additions
and
2 deletions
smash/web/templates/flying_teams/index.html
+
1
−
1
View file @
5b2ad63f
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{% block page_description %}management{% endblock page_description %}
{% block page_description %}management{% endblock page_description %}
{% block breadcrumb %}
{% block breadcrumb %}
{% include "
equipment_and_roo
ms/breadcrumb.html" %}
{% include "
flying_tea
ms/breadcrumb.html" %}
{% endblock breadcrumb %}
{% endblock breadcrumb %}
{% block maincontent %}
{% block maincontent %}
...
...
This diff is collapsed.
Click to expand it.
smash/web/tests/view/test_flying_teams.py
+
1
−
1
View file @
5b2ad63f
...
@@ -5,7 +5,7 @@ from web.tests import LoggedInTestCase
...
@@ -5,7 +5,7 @@ from web.tests import LoggedInTestCase
class
FlyingTeamTests
(
LoggedInTestCase
):
class
FlyingTeamTests
(
LoggedInTestCase
):
def
generate_more_or_less_random_name
():
def
generate_more_or_less_random_name
(
self
):
import
random
import
random
letters
=
[
chr
(
x
)
for
x
in
range
(
97
,
122
)]
letters
=
[
chr
(
x
)
for
x
in
range
(
97
,
122
)]
return
'
Radom
'
+
''
.
join
(
random
.
choice
(
letters
)
for
x
in
range
(
15
))
return
'
Radom
'
+
''
.
join
(
random
.
choice
(
letters
)
for
x
in
range
(
15
))
...
...
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