Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
823fe7a1
Commit
823fe7a1
authored
Jun 14, 2014
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convenience script to run all tests.
parent
3c3b4369
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
test/run.sh
test/run.sh
+13
-0
No files found.
test/run.sh
0 → 100755
View file @
823fe7a1
#!/bin/bash
PYTHONPATH
=
..
if
[
-n
"
$1
"
]
;
then
TESTS
=
$1
else
TESTS
=
"SorterTest TodoBaseTest TodoFileTest TodoTest TodoListTest"
fi
for
TEST
in
$TESTS
;
do
python
-m
unittest
"
$TEST
"
done
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