Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
719d7db4
Commit
719d7db4
authored
Mar 07, 2019
by
Markus Scheidgen
Browse files
Reorganized script files.
parent
4a1be7b4
Changes
8
Hide whitespace changes
Inline
Side-by-side
ops/drop_migration_db.sql
→
ops/
scripts/
drop_migration_db.sql
View file @
719d7db4
File moved
ops/kubernetes_install.sh
→
ops/
scripts/
kubernetes_install.sh
View file @
719d7db4
File moved
ops/migration_client.env.sh
→
ops/
scripts/
migration_client.env.sh
View file @
719d7db4
File moved
ops/migration_env.sh
→
ops/
scripts/
migration_env.sh
View file @
719d7db4
File moved
ops/
utils
.http
→
ops/
scripts/misc
.http
View file @
719d7db4
File moved
ops/prm.py
→
ops/
scripts/
prm.py
View file @
719d7db4
File moved
ops/remove_migration_db_content.sql
→
ops/
scripts/
remove_migration_db_content.sql
View file @
719d7db4
File moved
tests_integration/test_client.py
deleted
100644 → 0
View file @
4a1be7b4
# Copyright 2018 Markus Scheidgen
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an"AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import
pytest
from
nomad.client
import
create_client
,
upload_file
from
tests.test_files
import
example_file
@
pytest
.
fixture
(
scope
=
'session'
)
def
client
():
return
create_client
()
def
test_client
(
client
):
client
.
repo
.
get_calcs
().
response
()
def
test_upload
(
client
):
upload_file
(
example_file
,
client
=
client
)
Write
Preview
Supports
Markdown
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