Skip to content
Snippets Groups Projects
Commit efd9bfad authored by Abderrahim Kitouni's avatar Abderrahim Kitouni
Browse files

fix running unit tests with the test runner

parent d32590df
No related branches found
No related tags found
No related merge requests found
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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment