Move artist.getInfo tests to a folder

This commit is contained in:
Rikki Tooley 2015-10-04 14:18:51 +01:00
parent 247c561d85
commit 1789826819
3 changed files with 8 additions and 14 deletions

View File

@ -1,16 +1,16 @@
using IF.Lastfm.Core.Api.Enums;
using IF.Lastfm.Core.Objects;
using IF.Lastfm.Core.Tests.Resources;
using NUnit.Framework;
using System;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using IF.Lastfm.Core.Api.Commands.Artist;
using IF.Lastfm.Core.Api.Enums;
using IF.Lastfm.Core.Objects;
using IF.Lastfm.Core.Tests.Resources;
using NUnit.Framework;
namespace IF.Lastfm.Core.Tests.Api.Commands
namespace IF.Lastfm.Core.Tests.Api.Commands.Artist
{
public class ArtistGetInfoCommandTests : CommandTestsBase
public class GetInfoCommandTests : CommandTestsBase
{
private GetInfoCommand _command;

View File

@ -96,7 +96,7 @@
<Compile Include="Api\Commands\Tag\GetSimilarCommandTests.cs" />
<Compile Include="Api\Commands\Tag\GetTopAlbumsCommandTests.cs" />
<Compile Include="Api\Commands\TrackApi\GetTrackShoutsCommandTests.cs" />
<Compile Include="Api\Commands\ArtistGetInfoCommandTests.cs" />
<Compile Include="Api\Commands\Artist\GetInfoCommandTests.cs" />
<Compile Include="Api\Commands\TrackScrobbleCommandTests.cs" />
<Compile Include="Api\Commands\UserGetRecentTracksCommandTests.cs" />
<Compile Include="Api\Commands\UserGetRecommendedArtistsCommandTests.cs" />

View File

@ -6,12 +6,6 @@
namespace IF.Lastfm.Core.Objects
{
/// <summary>
/// Todo stats
/// "stats": {
/// "listeners": "513447",
/// "playcount": "16319896"
/// }
///
/// TODO streamable
/// "streamable": "0"
///