index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T14:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2020-09-20
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...
Treeston
2020-09-12
Core/Chat: Fix hyperlink validation for inspected item links, for real this t...
Treeston
2020-09-12
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2020-09-06
Revert "Tests: Use .empty() to test for empty string instead of == """
Treeston
2020-09-06
Tests: Use .empty() to test for empty string instead of == ""
Carbenium
2020-09-02
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2020-09-02
UnitTests: |Hspell and |Htalent unit testing
Treeston
2020-09-01
Core/Misc: More DBC std::array refactors, stricter |Hitem checks, and more hy...
Treeston
2020-09-01
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
Treeston
2020-08-31
UnitTests: Add a first set of item hyperlink tests
Treeston
2020-08-30
UnitTests: Add basic hyperlink unit test
Treeston
2020-08-30
Core/ChatCommands: C++17 cleanup (again) (PR #25323)
Treeston
2020-08-29
UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)
Treeston
2020-08-29
Build/Tests: Set all our compile flags on tests
Shauren
2020-08-28
Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE ...
Shauren
2020-08-01
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2020-08-01
Core/Common: Add a std::chrono interface to TimeTrackerSmall
Carbenium
2020-07-26
tests/EventMap: Add tests for Repeat
Carbenium
2020-07-26
Core/EventMap: Clarify documentation of ScheduleEvent
Carbenium
2020-07-26
Core/EventMap: Unify semantics of DelayEvents
Carbenium
2020-07-26
tests/EventMap: Test for event past it's execution time
Carbenium
2020-07-26
EventMap: Change GetTimeUntilEvent to return std::chrono types
Carbenium
2020-07-24
tests: Add some basic tests for EventMap
Carbenium
2020-07-24
dep: Add catch2 unit test framework and wire it up
Carbenium