8 Commits

Author SHA1 Message Date
Bobby Noelte
4284119352 Add test for server
A test fixture to start the server and a first test case is added.

The fixture tries to assure that the server is installed and running.
If it is not installed the fixture uses pip to install it.

The server and the installation by pip is run bei the same Python
executable that also runs pytest.

The github workflow for pytest is adapted to install akkudoktor-eos.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2024-10-08 19:22:16 +02:00
Bobby Noelte
95322e69ce Add packaging and use it.
Add packaging information and make it usable by Makefile.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2024-10-07 08:12:33 +02:00
Bobby Noelte
ba31734bd8 Adapt tests to package directory structure.
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2024-10-07 08:12:33 +02:00
Dominik Siebel
97e07b960c use new compose plugin for docker 2024-09-17 09:06:56 +02:00
Dominik Siebel
4825dfb34f make docker-run PHONY 2024-09-17 09:06:56 +02:00
Dominik Siebel
4c6a976676 add docker-run to help target 2024-09-17 09:06:56 +02:00
Dominik Siebel
e4f0eedded ci: dockerize setup 2024-09-17 09:06:56 +02:00
Daniel Molkentin
c91d29db55 feat: add documentation, enable makefile driven usage
This introduces a One-Stop-Shop Makefile.

Also brings back tensorflow as dependency, it is still needed
2024-09-13 08:01:25 +02:00