This website requires JavaScript.
Explore
Help
Sign In
minster586
/
nadekobot
Watch
1
Star
0
Fork
0
You've already forked nadekobot
mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced
2025-09-10 17:28:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c7ac44ed0e9359a93a8c0eac845a4d184b7317a
nadekobot
/
src
/
NadekoBot.Tests
History
Kwoth
b0d8137a7a
add: Added .fish command
2025-01-14 03:00:31 +00:00
..
BotStringsTests.cs
dev: Tests updated to find obsolete command strings. Already removed them in earlier commits, there were 10-15 commands which no longer exist
2024-05-07 22:57:41 +00:00
ConcurrentHashSetTests.cs
Replaced all usages of ConcurrentDictionary with NonBlocking.ConcurrentDictionary
2022-06-24 08:37:25 +00:00
FishTests.cs
add: Added .fish command
2025-01-14 03:00:31 +00:00
IndexedCollectionTests.cs
Fixed some aliases and reworked namespaces
2024-04-27 16:03:48 +00:00
KwumTests.cs
add: Added .fish command
2025-01-14 03:00:31 +00:00
NadekoBot.Tests.csproj
dev: Updated tests package
2024-05-17 11:20:46 +00:00
NewDeckTests.cs
Added MultipleDeck which can be used in place of the old QuadDeck, converted cards from classes to records as it is useful to have default equality checks.
2022-07-23 07:43:18 +02:00
PubSubTests.cs
More cleanup, namespace fixes, convenience methods for IKernel
2023-04-07 00:41:31 +02:00
Random.cs
Fixed around 140 wrong namings and other refactorings which were marked as warnings
2022-01-08 11:51:41 +01:00
README.md
Removed cmd-versions.json (?) and added some explanatory README.md's for individual projects
2021-09-06 21:34:53 +02:00
README.md
Project which contains tests. Self explanatory