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

add Tests #3

Merged
merged 27 commits into from
Jul 30, 2023
Merged

add Tests #3

merged 27 commits into from
Jul 30, 2023

Commits on Jul 29, 2023

  1. Add CI

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c5c2a6e View commit details
    Browse the repository at this point in the history
  2. fix

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3157244 View commit details
    Browse the repository at this point in the history
  3. fixes

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    9f5b5f9 View commit details
    Browse the repository at this point in the history
  4. constraint python

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c9a219e View commit details
    Browse the repository at this point in the history
  5. Fix mypy

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5f4f8d8 View commit details
    Browse the repository at this point in the history
  6. add some basic tests

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f79bdc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60b48a8 View commit details
    Browse the repository at this point in the history
  8. pre-commit

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7928c5c View commit details
    Browse the repository at this point in the history
  9. use parametrized fixtures

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7c7fc7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8393d0 View commit details
    Browse the repository at this point in the history
  11. add support for ast.IfExp

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3c4c521 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f7a605 View commit details
    Browse the repository at this point in the history
  13. delete test.py

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    100178f View commit details
    Browse the repository at this point in the history
  14. enable nested_if_else_expr

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ce250ca View commit details
    Browse the repository at this point in the history
  15. add readme

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    809e701 View commit details
    Browse the repository at this point in the history
  16. add two if statement test

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    1d22d8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3866c19 View commit details
    Browse the repository at this point in the history
  18. move debug logging to test

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    cf900a8 View commit details
    Browse the repository at this point in the history
  19. Use pytest.raises

    Co-authored-by: Pavel Zwerschke <[email protected]>
    0xbe7a and pavelzw authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    75cb347 View commit details
    Browse the repository at this point in the history
  20. spelling

    Co-authored-by: Pavel Zwerschke <[email protected]>
    0xbe7a and pavelzw authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    745a067 View commit details
    Browse the repository at this point in the history
  21. Moved to #5

    0xbe7a committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    19ef4d2 View commit details
    Browse the repository at this point in the history
  22. reset readme

    pavelzw committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    cdd9260 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. add warlus_expr xfail test

    0xbe7a committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    c5973f5 View commit details
    Browse the repository at this point in the history
  2. add signum_no_default test

    0xbe7a committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8c4c27b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6461869 View commit details
    Browse the repository at this point in the history
  4. split decorator

    0xbe7a committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e73f7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52f654a View commit details
    Browse the repository at this point in the history