Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
7907624e
Commit
7907624e
authored
Nov 15, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added testrunner as a submodule (getting sick of import errors)
parent
b6e11032
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.gitmodules
.gitmodules
+3
-0
external/testrunner
external/testrunner
+1
-0
test.py
test.py
+1
-1
No files found.
.gitmodules
View file @
7907624e
...
...
@@ -13,3 +13,6 @@
[submodule "external/codemirror2"]
path = external/codemirror2
url = http://marijnhaverbeke.nl/git/codemirror2
[submodule "external/testrunner"]
path = external/testrunner
url = git@kompiler.org:python/testrunner
testrunner
@
39804c23
Subproject commit 39804c23b6c4bc9da23767d825e45e4512917ddf
test.py
View file @
7907624e
...
...
@@ -13,6 +13,6 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with TRS. If not, see <http://www.gnu.org/licenses/>.
from
testrunner
import
main
from
external.
testrunner
import
main
import
sys
main
(
sys
.
argv
[
1
:])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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