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
e631df3326014e90550fe6bd43f3acfd6402b6d2
nadekobot
/
src
/
NadekoBot.Tests
History
Kwoth
967784c860
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
..
BotStringsTests.cs
Added uncommited files. Fixed nullref in update loop when users gain voice xp
2022-07-18 04:44:27 +02:00
ConcurrentHashSetTests.cs
Replaced all usages of ConcurrentDictionary with NonBlocking.ConcurrentDictionary
2022-06-24 08:37:25 +00:00
GroupGreetTests.cs
tests fixed
2022-07-11 00:23:30 +02:00
IndexedCollectionTests.cs
Base for 4.3 work. Split Nadeko.Common into a separate project
2022-07-11 00:06:34 +02:00
KwumTests.cs
tests fixed
2022-07-11 00:23:30 +02:00
NadekoBot.Tests.csproj
Mostly finished implementation of the new deck? ALso added some tests
2022-07-21 06:55:15 +02: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
Small cleanup - fixed some namespaces and moved files
2021-09-06 21:34:49 +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