docs: add OSS project docs and CI

This commit is contained in:
Alex
2026-05-24 21:53:17 +03:00
parent c56d9f7e41
commit a36abd7fdd
29 changed files with 872 additions and 221 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
import asyncio
import json
from pathlib import Path
@@ -27,7 +30,7 @@ def test_service_menu_does_not_expose_invites_or_second_user() -> None:
for row in keyboard.inline_keyboard
for button in row
]
rendered = "\n".join(labels + [bot_app.more_text()])
rendered = "\n".join([*labels, bot_app.more_text()])
assert "Принять приглашения" not in rendered
assert "Приглашения" not in rendered
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
from pathlib import Path
import pytest
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
import struct
from miband_tracker.fds import parse_all_day_sleep_bytes
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
from __future__ import annotations
import subprocess
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
import json
import os
from pathlib import Path
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
from pathlib import Path
from miband_tracker import storage
+3
View File
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
from pathlib import Path
import pytest