Commit Graph

10 Commits

Author SHA1 Message Date
arcanis 912a76d5cb drop changelog
the main reason is that it uses github to generate changelog. Thus it
will be updated AFTER release is created
2021-04-05 02:27:12 +03:00
arcanis 27d018e721 update changelog at correct step
also fix commit filter and do not update sha anymore
2021-04-05 02:22:11 +03:00
arcanis 96e4abc3c0 add changelog generator to both gh-actions and repository 2021-04-05 02:00:05 +03:00
arcanis 6e9dcca254 make configuration object arch-specific 2021-03-31 00:04:13 +03:00
arcanis 80a1f37c85 more templates 2021-03-29 00:13:20 +03:00
arcanis 74a244f06c Add tests (#1) (#5)
* add models tests (#1)

also replace single quote to double one to confort PEP docstring
+ move _check_output to class properties to make it available for
mocking

* alpm tests implementation

* try to replace os with pathlib

* update tests for pathlib

* fix includes glob and trim version from dependencies

* build_tools package tests

* repository component tests

* add sign tests

* complete status tests

* handle exceptions in actual_version calls

* complete core tests

* move configuration to root conftest

* application tests

* complete application tests

* change copyright to more generic one

* base web tests

* complete web tests

* complete testkit

also add argument parsers test
2021-03-28 15:30:51 +03:00
arcanis 69499b2d0a split functions to handles package (#3) 2021-03-21 16:33:04 +03:00
arcanis e7736e985f add pylint integration & fix some pylint warnings 2021-03-19 05:07:41 +03:00
arcanis 0937a9a4b5 add check target 2021-03-17 04:39:25 +03:00
arcanis 22d2057c3a replace script by makefile 2021-03-17 03:35:16 +03:00