Commit Graph

12 Commits (dependabot/github_actions/develop/actions/setup-python-7)

Author SHA1 Message Date
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS 65ba983737 first adjustments to tests 2025-04-29 14:03:49 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00
DJ2LS efe8bb3aec renamed "modem" to "freedata-server" 2024-04-17 22:49:08 +02:00
DJ2LS 1337a4a0c8 fixed more tests 2024-02-19 20:08:05 +01:00
Pedro 0b35d393f5 Add frame loss probability to arq tests 2023-12-06 11:33:25 +01:00
DJ2LS e2c615b4ed first test running tests in github actions 2023-11-20 15:50:48 +01:00
Pedro 1ed281e7c4 Convert and validate server side config data 2023-11-15 16:49:16 +01:00
Pedro 24cfc8f691 Improve config write method. Add tests. 2023-11-06 19:04:35 +01:00
Pedro 0102220271 Add write() method to config and created first tests. 2023-11-06 11:30:37 +01:00