Skip to content

Commit

Permalink
Unit test `xplm' added: #34
Browse files Browse the repository at this point in the history
  • Loading branch information
nima authored and nima-talebi-sirca committed Mar 27, 2014
1 parent ecc009d commit e6b1e4e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ env:
- CONTEXT=execute MODULE=gpg #. nima/site#5
- CONTEXT=execute MODULE=vault #. nima/site#17 gpg
- CONTEXT=execute MODULE=help #. nima/site#19
- CONTEXT=execute MODULE=xplm #. nima/site#29
- CONTEXT=installer MODULE=-

matrix:
allow_failures:
- env: CONTEXT=execute MODULE=tutorial
- env: CONTEXT=execute MODULE=xplm

before_install:
- sudo apt-get update -qq
Expand Down
67 changes: 67 additions & 0 deletions share/unit/tests/xplm-static.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# vim: tw=0:ts=4:sw=4:et:ft=bash
core:import util

#. XPLM -={
function testCoreXplmImport() {
core:softimport xplm
assertTrue 0x0 $?
}

function xplmTearDown() {
: noop
}

function xplmStartUp() {
: noop
}

#. testCoreXplmLoadvirtenvPrivate() -={
testCoreXplmLoadvirtenvPrivate() {

}
#. }=-
#. testCoreXplmRequiresInternal() -={
testCoreXplmRequiresInternal() {
}
#. }=-
#. testCoreXplmListInternal() -={
testCoreXplmListInternal() {
}
#. }=-
#. testCoreXplmInstallInternal() -={
testCoreXplmInstallInternal() {
}
#. }=-
#. testCoreXplmShellInternal() -={
testCoreXplmShellInternal() {
}
#. }=-
#. testCoreXplmSearchInternal() -={
testCoreXplmSearchInternal() {
}
#. }=-
#. testCoreXplmReplInternal() -={
testCoreXplmReplInternal() {
}
#. }=-
#. testCoreXplmListPublic() -={
testCoreXplmListPublic() {
}
#. }=-
#. testCoreXplmInstallPublic() -={
testCoreXplmInstallPublic() {
}
#. }=-
#. testCoreXplmShellPublic() -={
testCoreXplmShellPublic() {
}
#. }=-
#. testCoreXplmSearchPublic() -={
testCoreXplmSearchPublic() {
}
#. }=-
#. testCoreXplmReplPublic() -={
testCoreXplmReplPublic() {
}
#. }=-
#. }=-

0 comments on commit e6b1e4e

Please sign in to comment.