aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data.Tests/UserRepositoryTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removed test files for UserRepository and RoleRepository. They now use build ↵Danail Dimitrov2021-03-181-265/+0
| | | | in functionality.
* Comented out role and user repository tests, since we now use role and user ↵Syndamia2021-03-131-247/+247
| | | | manager and they might be obsolete
* Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-221-134/+49
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-161-4/+4
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Project Restructure P.1transtrike2021-02-131-0/+350