-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests suite #43
Open
Serene-Arc
wants to merge
59
commits into
Neurrone:main
Choose a base branch
from
Serene-Arc:test_suite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add tests suite #43
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
7303a8d
Add tests for chapter sorting
e6588c1
Add test for Audnex API call
0b49b90
Fix tests
1bc63fd
Remove import
32e140a
Fix reference name
5a8dbe6
Add additional test
2d90c5f
Fix import
94cce6c
Add test cases
0205ebd
Add typing for method
cb9c744
Add alternative method of sorting chapters
5819874
Add more complicated track matching algorithm
7112920
Fix return type
8cc7917
Fix item reference
ede5e54
Fix index start
51fc5e2
Add case to matching algorithm
b9c1009
Fix typo
34ded23
Add better affix detection
faeac09
Remove old logic
d56c46c
Fix case
9c09135
Fix case where no prefixes are found
43d091c
Bump version
7ea60ca
Initialise seed for randomisation
b0d4c22
Add two more test cases
68dfd6a
Add additional config option
8ffbd64
Add method
23f4100
Move method
ccf22f7
Fix comments
498aa35
Add more complex parameterisation
e9e78d8
Add function
622ee1a
Add tests and fix function
31e92bd
Improve chapter matching logic and tests
8580b1b
Add comment test markers for convienience
9fc0a54
Fix bug with ordering of trusted source orderings
60d9722
Refactor methods out
a25e599
Rename function
85c1732
Add comments for methods
70afac8
Rename readme to follow convention
11317e5
Re-indent YAML
ac55b38
Switch to using configuration to determine chapter algorithm
41a3c02
Update pyproject with new README name
901cb29
Continue on wrong algorithm specification
191aba8
Fix bug with options
d058810
Refactor out methods
d60d524
Add more tests
a338dcd
Fix bug with zero indexed tracks
71680fc
Catch error in levenshtein function
37a9598
Update README with information
b6c83b6
Reformat table
678d143
Remove old test case
6611bfc
Fix indent
9938c81
Reformat according to black
f6b6f99
Remove old tests
b4dbd78
Fix bug where a single file is named 'chapter 1'
563e83f
Add narrator field for albums
2c0fd3b
Remove old option
e133b5e
Add requirement for testing
Serene-Arc 925960b
Fix issue with unused parameters
Serene-Arc 4b9fdaf
Fix album property
Serene-Arc 5aecb02
Remove source weight from example doc
Serene-Arc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you re-indent this so that the code is correctly rendered as a code block as part of the list item? Also helps with reducing the size of the diff so that only the significant changes made show up.