Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
hg-git
Commits
efd9bfad
Commit
efd9bfad
authored
15 years ago
by
Abderrahim Kitouni
Browse files
Options
Downloads
Patches
Plain Diff
fix running unit tests with the test runner
parent
d32590df
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test-topo-sort.py
+2
-2
2 additions, 2 deletions
tests/test-topo-sort.py
tests/test-url-parsing.py
+2
-2
2 additions, 2 deletions
tests/test-url-parsing.py
with
4 additions
and
4 deletions
tests/test-topo-sort.py
+
2
−
2
View file @
efd9bfad
import
random
,
sys
import
random
,
os
,
sys
...
...
@@ -2,5 +2,5 @@
sys
.
path
.
append
(
'
../
'
)
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
os
.
path
.
pardir
)
)
from
hggit
import
toposort
...
...
This diff is collapsed.
Click to expand it.
tests/test-url-parsing.py
+
2
−
2
View file @
efd9bfad
import
sys
,
tempfile
,
unittest
,
shutil
import
os
,
sys
,
tempfile
,
unittest
,
shutil
from
mercurial
import
ui
,
hg
,
commands
...
...
@@ -2,6 +2,6 @@
from
mercurial
import
ui
,
hg
,
commands
sys
.
path
.
append
(
'
../
'
)
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
os
.
path
.
pardir
)
)
from
hggit.git_handler
import
GitHandler
...
...
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