Commit Graph

20 Commits

Author SHA1 Message Date
Clemens Schwaighofer
e04b3598b8 Ingore .coverage file from pytest v0.7.0 2025-07-08 15:59:53 +09:00
Clemens Schwaighofer
b88e0fe564 Add tests for string helpers too, update timestamp strings tests
Fix string helpers calls for some edge cases
2025-07-08 15:58:37 +09:00
Clemens Schwaighofer
060e3b4afe Move test runs into the test-run folder, add TimestampStrings, add basic tests via pytest
pytest added for dev.
Move all the test run python scripts into the "test-run" folder, so we can use the tests/ folder for just tests.

Setup one test for the TimestampStrings class with pytests in tests/unit/string_handling/test_timestamp_strings.py
2025-07-08 14:54:26 +09:00
Clemens Schwaighofer
cd07267475 v0.6.0: Fix src folder name 2025-07-08 10:04:01 +09:00
Clemens Schwaighofer
2fa031f6ee Comment out log handlers until we rebuild the logging class v0.6.0 2025-07-08 10:01:09 +09:00
Clemens Schwaighofer
f38cce1c1d Rename src CoreLibs to corelibs 2025-07-08 09:58:33 +09:00
Clemens Schwaighofer
52dd1e7b73 Fix base folder name, must be lower case 2025-07-08 09:56:43 +09:00
Clemens Schwaighofer
661a182655 Fix __init__.py 2025-07-08 09:47:55 +09:00
Clemens Schwaighofer
d803de312d Change log file formatter order 2025-07-08 09:46:00 +09:00
Clemens Schwaighofer
57a36d64f1 UV install information link 2025-07-04 10:55:10 +09:00
Clemens Schwaighofer
0cc4883fa1 Move the mask from string to dict helpers, add end comment v0.5.0 2025-07-03 14:01:40 +09:00
Clemens Schwaighofer
1eb464dd2c Add string handling helper maks to mask strings 2025-07-03 13:57:39 +09:00
Clemens Schwaighofer
f900a6eab9 Add double byte string format v0.4.0 2025-07-02 18:34:53 +09:00
Clemens Schwaighofer
eb48b316c8 pylint fix update v0.3.1 2025-07-02 14:07:49 +09:00
Clemens Schwaighofer
8b3b68577e For delete keys do not allow Any, ignore sub error
only dict, list or str, str will be returned as list

Ignore any errors for recursive call because it thinks value is [unknown]
-> this should be checked that value is [str, Any] or list[dict[str, Any]]
2025-07-02 14:05:47 +09:00
Clemens Schwaighofer
4cb470e35c Fix all namings for all folders, add simple test run for progress
Missing: tests for all other functions
2025-07-02 13:58:53 +09:00
Clemens Schwaighofer
6f722661b7 Update ToDo list, pg.typed, .python-version 2025-07-02 09:47:10 +09:00
Clemens Schwaighofer
39664aa62b Readme updates and pyproject.toml name fixes 2025-07-01 19:05:37 +09:00
Clemens Schwaighofer
f5e6c20470 Rename folders to be PEP compatible 2025-07-01 15:49:14 +09:00
Clemens Schwaighofer
e778e7a42f CoreLibs for Python
this is an intial test install.
The folder and file names will differ and some things will move around.

1.0.0 will have the first usable setup
2025-07-01 15:05:32 +09:00