Skip to content
Snippets Groups Projects
Commit 1cd7a973 authored by j.detchart's avatar j.detchart
Browse files

add ci

parent 34935789
No related branches found
No related tags found
No related merge requests found
Pipeline #9756 passed with warnings
image: "gitlab-registry.isae-supaero.fr/mae-ac/tools:latest"
stages:
- 1.Occurrence_frequency_analysis
- 2.Enhanced_occurrence_frequency_analysis
- 4.Compression_with_huffman
cache:
key:
files:
- pyproject.toml
paths:
- .venv/
Occurrence_frequency_analysis_correct_returned_type:
stage: 1.Occurrence_frequency_analysis
script:
- uv run pytest tests/test_frequencies.py::test_type
allow_failure: true
Occurrence_frequency_analysis_results:
stage: 1.Occurrence_frequency_analysis
script:
- uv run pytest tests/test_frequencies.py::test_compute_occurrence_frequencies
allow_failure: true
Read_text_file:
stage: 2.Enhanced_occurrence_frequency_analysis
script:
- uv run pytest tests/test_read_text.py
allow_failure: true
KL_divergence:
stage: 2.Enhanced_occurrence_frequency_analysis
script:
- uv run pytest tests/test_kl_div.py
allow_failure: true
Detect_language:
stage: 2.Enhanced_occurrence_frequency_analysis
script:
- uv run pytest tests/test_detect_language.py
allow_failure: true
Compute_entropy:
stage: 4.Compression_with_huffman
script:
- uv run pytest tests/test_entropy.py
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment