| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | Incidents tests: write tests for `make_confirmation_task` | 2020-06-13 | -0/+35 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: write tests for `on_message` | 2020-06-13 | -0/+27 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: test non-404 error response | 2020-06-13 | -0/+20 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: write tests for `resolve_message` | 2020-06-13 | -0/+56 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: move `mock_404` into module namespace | 2020-06-13 | -5/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be useful for others tests as well. | ||||
| | * | | | | | | | | Incidents tests: write tests for `archive` | 2020-06-13 | -2/+63 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: set up base class for `Incidents` | 2020-06-13 | -2/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For cleanliness, I've decided to make a separate class for each method. Since most tests will want to have an `Incident` instance ready, they can inherit the `setUp` from `TestIncidents`, which does not make any assertions on its own. | ||||
| | * | | | | | | | | Incidents tests: improve mock `Signal` name & move def | 2020-06-13 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's make it clear that this is our own mock. We also move the definition to the top of the module. | ||||
| | * | | | | | | | | Incidents tests: use our own helper mocks | 2020-06-13 | -16/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to build own MagicMocks as we already have helpers that more accurately mimic the mocked behaviour. | ||||
| | * | | | | | | | | Incidents tests: write tests for module-level helpers | 2020-06-12 | -0/+135 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Incidents tests: create new test module | 2020-06-12 | -0/+0 | ||
| | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into bad-words-nick | 2020-06-11 | -60/+317 | ||
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Remove redis namespace collision test | 2020-05-31 | -10/+0 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: space out lines for readability | 2020-07-22 | -0/+6 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: remove default_args attribute | 2020-07-22 | -4/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kind of redundant since it's only used by two tests. | ||||
| * | | | | | | | | | Jam Tests: re-arrange tests to follow definition order in the cog | 2020-07-22 | -10/+10 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: fix utils patch | 2020-07-22 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop needs to be called on the patcher, not the mock. Furthermore, using addCleanup is safer than tearDown because the latter may not be called if an exception is raised in setUp. | ||||
| * | | | | | | | | | Jam Tests: Fix `test_duplicate_member_provided` assertions | 2020-06-13 | -1/+3 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Fix wrong function name and convert them to mocks | 2020-06-13 | -1/+3 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Simplify and make tests more secure | 2020-06-13 | -6/+4 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Update `Context` to `Guild` for tests too | 2020-06-13 | -19/+19 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Apply recent command splitting to `test_jam_roles_adding` | 2020-06-11 | -2/+2 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Remove unnecessary `Context` mock resets | 2020-06-11 | -2/+0 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Implement default arguments | 2020-06-11 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid repeating same arguments, added default arguments that is unpacked on function call. | ||||
| * | | | | | | | | | Jam Tests: Apply recent changes to `test_category_dont_exist` | 2020-06-11 | -2/+1 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Simplify and update `test_category_channel_exist` | 2020-06-11 | -3/+1 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Merge text and voice channel creation tests | 2020-06-11 | -21/+24 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Apply recent changes to overwrites test | 2020-06-11 | -2/+1 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Add more assertions to result message sending test | 2020-06-11 | -1/+7 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Make early exiting test more secure | 2020-06-11 | -2/+6 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Use class member of patch instead decorator on most of tests | 2020-06-11 | -21/+19 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Fix `test_result_sending` docstring | 2020-06-11 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| * | | | | | | | | | Jam Tests: Create test for `setup` function | 2020-06-11 | -1/+11 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Create test for successful `ctx.send` calling | 2020-06-11 | -0/+6 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Create test for team jam roles adding | 2020-06-11 | -0/+14 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Create test for team voice channel creating | 2020-06-11 | -0/+12 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Make text channel creation test more specific | 2020-06-11 | -1/+8 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created test for channel overwrites | 2020-06-11 | -0/+24 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created test for creating text channel for team | 2020-06-11 | -0/+5 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created test that make sure when category exist, don't create | 2020-06-11 | -0/+8 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Added utils.get assert to category creating test | 2020-06-11 | -0/+1 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created test for category creating when not exist | 2020-06-11 | -2/+14 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created tests for removing duplicate team members | 2020-06-11 | -0/+9 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created tests for case when too small amount of members given | 2020-06-11 | -1/+17 | ||
| | | | | | | | | | | |||||
| * | | | | | | | | | Jam Tests: Created base test layout | 2020-06-11 | -0/+14 | ||
| | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into bug/backend/906/converter-year-range | 2020-06-10 | -47/+824 | ||
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into staff_count_server | 2020-06-05 | -5/+0 | ||
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | | * | | | | | | Merge branch 'master' into stop_sending_avatar_hash | 2020-05-31 | -31/+638 | ||
| | | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | | Fix failing tests related to avatar_hash | 2020-05-27 | -5/+0 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into staff_count_server | 2020-05-31 | -0/+247 | ||
| | |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
