StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient.
https://akkerman.ai/FluentAI/
MIT License
9 stars 1 forks source link

Add tests #56

Open StephanAkkerman opened 2 weeks ago

StephanAkkerman commented 2 weeks ago
  1. Description:

    • Problem: Add workflow tests for the code styling and also some functional tests.

    • Solution: We should have tests to see if a PR adheres to all styling guidelines and tests to check if the code works for certain python packages.

    • Prerequisites: [List any requirements or dependencies needed before starting.]

  2. Tasks:

    • Add workflow for linting etc.
    • Add /tests for functional tests
    • Add workflow to test PRs on multiple python versions
  3. Additional context Add any other context or screenshots about the feature request here.

StephanAkkerman commented 2 days ago

We should simulate the datasets, as downloading the datasets for the test would be too much