This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git
The following commit(s) were added to refs/heads/main by this push:
new 0ae494f Add empty tests
0ae494f is described below
commit 0ae494f108962e65eea395b4ccca37f0974afc6e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Aug 13 20:12:04 2025 +0100
Add empty tests
---
pyproject.toml | 4 ++--
src/asf/example/__init__.py | 2 +-
tests/test_empty.py | 20 ++++++++++++++++++++
uv.lock | 4 ++--
4 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 2b866fc..6370b9b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "asf-example"
# This is automatically updated
-version = "0.0.1-dev1"
+version = "0.0.1-dev2"
description = "Example package for ASF Tooling"
readme = "README.md"
requires-python = ">=3.13"
@@ -48,4 +48,4 @@ select = [
[tool.uv]
# This is automatically updated
-exclude-newer = "2025-08-13T16:14:25Z"
+exclude-newer = "2025-08-13T19:11:53Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index e71bc18..3a032f0 100644
--- a/src/asf/example/__init__.py
+++ b/src/asf/example/__init__.py
@@ -37,7 +37,7 @@ import tomlkit.items
PROJECT: Final[str] = "asf-example"
# This is automatically updated
-VERSION: Final[str] = "0.0.1-dev1"
+VERSION: Final[str] = "0.0.1-dev2"
class BumpMode(enum.Enum):
diff --git a/tests/test_empty.py b/tests/test_empty.py
new file mode 100644
index 0000000..6cff223
--- /dev/null
+++ b/tests/test_empty.py
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you 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.
+
+
+def test_empty() -> None:
+ assert True
diff --git a/uv.lock b/uv.lock
index c3df915..4a23f25 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
requires-python = ">=3.13"
[options]
-exclude-newer = "2025-08-13T16:14:25Z"
+exclude-newer = "2025-08-13T19:11:53Z"
[[package]]
name = "asf-example"
-version = "0.0.1.dev1"
+version = "0.0.1.dev2"
source = { editable = "." }
dependencies = [
{ name = "pygit2" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]