Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thomas Rientjes
tor-browser-settings
Commits
3851e548
Commit
3851e548
authored
Jun 19, 2017
by
Thomas Rientjes
Browse files
Switch to Marionette automation driver
parent
f590ebe3
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3851e548
*.log
*.pyc
*.xpi
\ No newline at end of file
test/runtests.py
0 → 100644
View file @
3851e548
from
marionette_harness.runtests
import
cli
cli
()
test/test-main.js
deleted
100644 → 0
View file @
f590ebe3
var
main
=
require
(
"
../
"
);
exports
[
"
test main
"
]
=
function
(
assert
)
{
assert
.
pass
(
"
Unit test running!
"
);
};
exports
[
"
test main async
"
]
=
function
(
assert
,
done
)
{
assert
.
pass
(
"
Asynchronous unit test running!
"
);
done
();
};
require
(
"
sdk/test
"
).
run
(
exports
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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