Skip to content

Commit

Permalink
test: run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Oct 31, 2023
1 parent dac3799 commit 2b395c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
11 changes: 0 additions & 11 deletions CITATION.cff

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ dependencies = [
"flask",
"requests",
"brotli",
"earthengine-api",
"deprecated>=1.2.14"
]

[[project.authors]]
name = "LDC Research Repository "
name = "LDC Research Repository"
email = "[email protected]"

[project.license]
Expand Down Expand Up @@ -81,7 +82,6 @@ version_files = [
"pyproject.toml:version",
"geeservermap/__init__.py:__version__",
"docs/conf.py:release",
"CITATION.cff:version"
]

[tool.pytest.ini_options]
Expand Down
6 changes: 3 additions & 3 deletions tests/test_geeservermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import geeservermap


def test_hello_world():
"""Hello world test."""
assert geeservermap.Hello().hello_world() == "hello world !"
def test_author():
"""Default test to check author exist."""
assert geeservermap.__author__ == "LDC Research Repository"

0 comments on commit 2b395c3

Please sign in to comment.