Josh
01e2c69b20
Add tests for validating command signature mismatch error handling
3 years ago
Rapptz
25ad5b675c
Ensure explicitly set parents on nested groups are respected
This had a multiple layer bug that needed to be squashed. The first
issue was that setting `parent=...` inside a `Group` wouldn't actually
add the `Group` into the `parent` children mapping. This meant that
it didn't actually end up copying the children when it came time to
within e.g. a Cog.
The second issue was that even if it was added into the children
listing, it wouldn't properly set the attribute.
This commit fixes both of these issues.
Fix #7818
3 years ago
Josh
c11363f037
Rework File.spoiler to synchronise with the filename
Co-authored-by: Danny <[email protected] >
3 years ago
Bryan Forbes
0a8065606a
Update parent reference of Group children
3 years ago
Bryan Forbes
8524bfb54d
Fix caching of UnionType instead of resolved typing.Union
3 years ago
Rapptz
abcec5da9d
[tasks] Use the local timezone when comparing for the start time
Fix #7676
3 years ago
Rapptz
2da6415008
Add more tests for JST regression case
3 years ago
Rapptz
f2586e9fe7
[tasks] Handle imaginary or ambiguous times due to DST transitions
3 years ago
Rapptz
6a43d60acf
[tasks] Refactor tasks to not store a time index state
It's better to recompute it every time rather than suffer from
maintaining the extra state.
3 years ago
Sebastian Law
caa816a636
Add more tests for utils
Co-authored-by: Nadir Chowdhury <[email protected] >
3 years ago
Sebastian Law
3c78b03aa3
Test regressions for the task extension
* tests for testing regression of 19ad64a
* fix edge case for test running within 3 minutes of the start of the hour
3 years ago
Rapptz
bb5ed4947d
Add regression test for optional normalisation
Also runs black on the tests file
3 years ago
Rapptz
3d0c506124
Fix test_resolve_invite due to changed type
3 years ago
Devon R
28c7cdca99
Baseline tests, basically just parts of utils right now
3 years ago