-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: refs #22. Added some tests method skeletons
- Loading branch information
Showing
12 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
def test_now_playing(): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
def test_search(): | ||
pass |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
def test_create_tables(): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
def test_log_command(): | ||
pass | ||
|
||
|
||
def test_log_inline(): | ||
pass | ||
|
||
|
||
def test_log_url_processing(): | ||
pass | ||
|
||
|
||
def test_db_operation(): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
class TestCommands: | ||
def test_handle_save_link(self): | ||
pass | ||
|
||
def test_handle_music_command(self): | ||
pass | ||
|
||
def test_handle_music_from_beginning_command(self): | ||
pass | ||
|
||
def test_handle_recommendations_command(self): | ||
pass | ||
|
||
def test_handle_now_playing_command(self): | ||
pass | ||
|
||
def test_handle_lastfmset_command(self): | ||
pass | ||
|
||
def test_handle_stats_command(self): | ||
pass | ||
|
||
def test_handle_search(self): | ||
pass |
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.