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 more tests #115

Draft
wants to merge 75 commits into
base: main
Choose a base branch
from
Draft

Add more tests #115

wants to merge 75 commits into from

Commits on Dec 24, 2023

  1. Add more tests, fix exception class properties & begin to split Env v…

    …ariable setup into separate functions
    CarrotManMatt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b851139 View commit details
    Browse the repository at this point in the history
  2. Fix database imports

    CarrotManMatt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a16e3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f015de6 View commit details
    Browse the repository at this point in the history
  4. Fix exception repr

    CarrotManMatt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    1b28ba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36f9f93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    687ae06 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Fix exception names

    CarrotManMatt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9855547 View commit details
    Browse the repository at this point in the history
  2. Fix exception message generation

    Also fix unchanged exception name that should have been edited in 9855547
    CarrotManMatt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    fbfab83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc078a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Add config tests

    CarrotManMatt committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    eacb9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ae77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b901d6f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    7444492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fabfa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ac671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebe46a2 View commit details
    Browse the repository at this point in the history
  5. Fix import errors

    CarrotManMatt committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7bfd734 View commit details
    Browse the repository at this point in the history
  6. Fix ruff linting issues

    CarrotManMatt committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f7325b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    18829b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1559de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c84d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bf1aad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    750fb5c View commit details
    Browse the repository at this point in the history
  6. Fix small errors

    CarrotManMatt committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    901bf59 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge remote-tracking branch 'origin/main' into 57-add-tests

    # Conflicts:
    #	cogs/command_error.py
    #	cogs/make_member.py
    #	config.py
    #	poetry.lock
    #	pyproject.toml
    #	utils/tex_bot.py
    CarrotManMatt committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7c4da00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab7819 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge remote-tracking branch 'origin/main' into 57-add-tests

    # Conflicts:
    #	cogs/make_member.py
    #	cogs/startup.py
    #	config.py
    CarrotManMatt committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    59dc29f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c65dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b707d7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a66e9db View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    794ec1b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into 57-add-tests

    # Conflicts:
    #	config.py
    #	exceptions.py
    #	poetry.lock
    #	pyproject.toml
    #	tests/test_utils.py
    #	utils/error_capture_decorators.py
    CarrotManMatt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6513fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d37b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04556c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    d9d3f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d92c06 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    1da1051 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    067c66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ff477 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    CarrotManMatt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8871865 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    CarrotManMatt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9423be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Add more tests

    CarrotManMatt committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    53360e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Add more tests

    CarrotManMatt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1921df1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    f1f7ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a88be View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge remote-tracking branch 'origin/main' into 57-add-tests

    # Conflicts:
    #	config.py
    #	poetry.lock
    #	tests/test_utils.py
    CarrotManMatt committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9b611d0 View commit details
    Browse the repository at this point in the history
  2. Fix .lock file hash

    CarrotManMatt committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a6a4569 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into 57-add-tests

    # Conflicts:
    #	poetry.lock
    CarrotManMatt committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    161d239 View commit details
    Browse the repository at this point in the history
  4. Fix .lock file

    CarrotManMatt committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    7373e7c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    37c5c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6e410 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    c59c810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6f7b0 View commit details
    Browse the repository at this point in the history
  3. Fix ruff linting issues

    CarrotManMatt committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1870eb8 View commit details
    Browse the repository at this point in the history
  4. Add BUG note

    CarrotManMatt committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    42c7c86 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    348eed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9773c56 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Add docstrings

    CarrotManMatt committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    45553d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deca470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9ae46 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    0025728 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    2ea45d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    890a1e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    cf0510d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4949e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Improve logging format

    CarrotManMatt committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fcafba2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7d3f84 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into 57-add-t…

    …ests
    
    # Conflicts:
    #	cogs/remind_me.py
    #	cogs/stats.py
    #	config.py
    #	poetry.lock
    #	pyproject.toml
    #	tests/test_utils.py
    #	utils/__init__.py
    #	utils/generate_invite_url.py
    CarrotManMatt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ce286bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30127d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    329a675 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into 57-add-t…

    …ests
    
    # Conflicts:
    #	tests/test_utils.py
    CarrotManMatt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6008d7a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    9fc6506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de3ca9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into 57-add-t…

    …ests
    
    # Conflicts:
    #	config.py
    #	poetry.lock
    CarrotManMatt committed May 15, 2024
    Configuration menu
    Copy the full SHA
    09c4934 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    CarrotManMatt committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0da2fc2 View commit details
    Browse the repository at this point in the history