Skip to content
Snippets Groups Projects
Commit 6ac6c1dd authored by Draisma, Arjan's avatar Draisma, Arjan
Browse files

remove higher level files

parent b16acd8f
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
......@@ -15,18 +15,6 @@ dynamic = ["dependencies"]
[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
[project.optional-dependencies]
dev = [
"pre-commit==3.3.2",
"pytest==7.4.2",
]
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]
# This is where you tell the installer where your code lives
pythonpath = [
"your_project_name"
......
import sys
from your_project_name.module1.funct_say_hello import say_hello
def test_say_hello_valid():
assert say_hello("not/a/file") is None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment