Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/mobility data importers tests use mock fixtures #298

Closed

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    f5bf3ac View commit details
    Browse the repository at this point in the history
  2. Add initial exclusion rules

    juuso-j committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    12fa6fd View commit details
    Browse the repository at this point in the history
  3. Add model ExclusionRule

    juuso-j committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5fe6137 View commit details
    Browse the repository at this point in the history
  4. Import ExclusionRule

    juuso-j committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bf044ac View commit details
    Browse the repository at this point in the history
  5. Add model ExclusionRule

    juuso-j committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    848d52f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a40e0e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf98d3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcd3f38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94dd7a2 View commit details
    Browse the repository at this point in the history
  10. Add exclusion rules tests

    juuso-j committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    be19bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    ecb26b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bc1b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0f965 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e0d5c3 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    juuso-j committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ec75be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1a2dc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9a7169 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14d7078 View commit details
    Browse the repository at this point in the history
  9. Remove obsolete 'the'

    juuso-j committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    36bb0a8 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    juuso-j committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    04d6774 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44b3570 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b06c198 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9f5216 View commit details
    Browse the repository at this point in the history
  14. Fix typo

    juuso-j committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    31d3553 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    juuso-j committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    36a95ee View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    f760b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8acd0c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d2faec View commit details
    Browse the repository at this point in the history
  4. Mock fixture data

    juuso-j committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    42a728f View commit details
    Browse the repository at this point in the history
  5. Remove json_data param

    juuso-j committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9736d50 View commit details
    Browse the repository at this point in the history
  6. Remove test_data param

    juuso-j committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1b086b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b88f317 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add function to get JSON data

    Insead of importing and using fetch json use this, this solves the problem that
    the return value of fetch json is not mocked in tests.
    juuso-j committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    231f8ab View commit details
    Browse the repository at this point in the history
  2. Patch get_json_data

    juuso-j committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8f25608 View commit details
    Browse the repository at this point in the history