index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T07:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2025-04-13
Tests: Add missing include
Fabian
2024-09-10
fix tests build
Shauren
2024-03-14
GCC build fix
Shauren
2024-03-13
Tests: Disable intentionally triggered warning in test code
Shauren
2024-03-13
Core/Utils: unique_trackable_ptr improvements
Shauren
2024-03-13
Fix tests build
Shauren
2024-03-13
Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...
Shauren
2023-08-12
Tests: Fixed environment variable confg test compilation on windows
Shauren
2023-08-12
Core/Misc: Remove boost::heap::fibonacci_heap from header files
Shauren
2023-08-12
Core/Utils: Replace boost flat_set with our own
Shauren
2021-08-19
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
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