This website works better with JavaScript.
Explore
Help
Sign In
telmich
/
cdist-mirror
Watch
1
Star
0
Fork
You've already forked cdist-mirror
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5860
Commits
1
Branch
21
Tags
17 MiB
Tag:
Branch:
Tree:
52b45d4add
master
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.0
1.2.0
1.3.0
1.3.1
1.3.2
1.4.0
1.4.1
1.5.0
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
2.0.0
2.0.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1.0
2.1.0pre1
2.1.0pre2
2.1.0pre3
2.1.0pre4
2.1.0pre5
2.1.0pre6
2.1.0pre7
2.1.0pre8
2.1.1
2.1.2
2.2.0
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
2.3.7
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.1.0
3.1.1
3.1.10
3.1.11
3.1.12
3.1.13
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0
4.0.0pre1
4.0.0pre2
4.0.0pre3
4.1.0
4.10.0
4.10.1
4.10.10
4.10.11
4.10.2
4.10.3
4.10.4
4.10.5
4.10.6
4.10.7
4.10.8
4.10.9
4.11.0
4.11.1
4.2.0
4.2.1
4.2.2
4.3.0
4.3.1
4.3.2
4.4.0
4.4.1
4.4.2
4.4.3
4.4.4
4.5.0
4.6.0
4.6.1
4.7.0
4.7.1
4.7.2
4.7.3
4.8.0
4.8.1
4.8.2
4.8.3
4.8.4
4.9.0
4.9.1
5.0.0
5.0.1
5.0.2
5.1.0
5.1.1
5.1.2
5.1.3
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1.0
6.1.1
6.2.0
6.3.0
6.4.0
6.5.0
6.5.1
6.5.2
tn1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '52b45d4add'
${ noResults }
cdist-mirror
/
cdist
/
test
/
exec
/
__init__.py
8 lines
91 B
Raw
Normal View
History
Unescape
Escape
Fix exec/{local,remote} tests. Add exec/local test to make test.
7 years ago
from
.
local
import
*
if
__name__
==
"
__main__
"
:
import
unittest
unittest
.
main
(
)