Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
1aaaa03c
Commit
1aaaa03c
authored
Mar 26, 2019
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seleniumserver/test: use slapos.testing
parent
6ab16083
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
80 additions
and
404 deletions
+80
-404
software/seleniumserver/test/setup.py
software/seleniumserver/test/setup.py
+17
-15
software/seleniumserver/test/test.py
software/seleniumserver/test/test.py
+63
-67
software/seleniumserver/test/utils.py
software/seleniumserver/test/utils.py
+0
-322
No files found.
software/seleniumserver/test/setup.py
View file @
1aaaa03c
...
...
@@ -28,18 +28,20 @@ from setuptools import setup, find_packages
version
=
'0.0.1.dev0'
name
=
'slapos.test.seleniumserver'
long_description
=
open
(
"README.md"
).
read
()
with
open
(
"README.md"
)
as
f
:
long_description
=
f
.
read
()
setup
(
name
=
name
,
version
=
version
,
description
=
"Test for SlapOS' Selenium Server"
,
long_description
=
long_description
,
long_description_content_type
=
'text/markdown'
,
maintainer
=
"Nexedi"
,
maintainer_email
=
"info@nexedi.com"
,
url
=
"https://lab.nexedi.com/nexedi/slapos"
,
packages
=
find_packages
(),
install_requires
=
[
setup
(
name
=
name
,
version
=
version
,
description
=
"Test for SlapOS' Selenium Server"
,
long_description
=
long_description
,
long_description_content_type
=
'text/markdown'
,
maintainer
=
"Nexedi"
,
maintainer_email
=
"info@nexedi.com"
,
url
=
"https://lab.nexedi.com/nexedi/slapos"
,
packages
=
find_packages
(),
install_requires
=
[
'slapos.core'
,
'supervisor'
,
'slapos.libnetworkcache'
,
...
...
@@ -49,7 +51,7 @@ setup(name=name,
'image'
,
'requests'
,
'paramiko'
,
],
zip_safe
=
True
,
test_suite
=
'test'
,
)
],
zip_safe
=
True
,
test_suite
=
'test'
,
)
software/seleniumserver/test/test.py
View file @
1aaaa03c
This diff is collapsed.
Click to expand it.
software/seleniumserver/test/utils.py
deleted
100644 → 0
View file @
6ab16083
This diff is collapsed.
Click to expand it.
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