-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unit tests about custom FormatterFileSize #175
Merged
Merged
Conversation
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 was referenced May 8, 2024
KevinBoulongne
changed the title
Custom FormatterFileSize tests
Unit tests about custom FormatterFileSize
May 8, 2024
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 8, 2024 11:05
2df6c3b
to
54948c0
Compare
LunarX
reviewed
May 8, 2024
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 8, 2024 11:08
54948c0
to
5b4be0c
Compare
KevinBoulongne
force-pushed
the
human-readable-binary-bytes-count
branch
from
May 8, 2024 12:08
eb977bf
to
8f4688f
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 8, 2024 12:55
7923ef3
to
0debfff
Compare
KevinBoulongne
force-pushed
the
human-readable-binary-bytes-count
branch
from
May 8, 2024 13:52
fb7f0dd
to
3e7f3f0
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
2 times, most recently
from
May 8, 2024 14:33
bdfec42
to
99000e2
Compare
We also need to add an |
KevinBoulongne
force-pushed
the
human-readable-binary-bytes-count
branch
from
May 13, 2024 06:15
b93d194
to
806e291
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 13, 2024 06:15
99000e2
to
e28031d
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
3 times, most recently
from
May 13, 2024 06:35
563450e
to
665f87b
Compare
tevincent
requested changes
May 14, 2024
KevinBoulongne
force-pushed
the
human-readable-binary-bytes-count
branch
from
May 14, 2024 07:01
95a54fe
to
0e97dfc
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 14, 2024 07:01
665f87b
to
40fd32b
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 14, 2024 07:03
40fd32b
to
996b9ce
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 15, 2024 05:56
6fcdd9f
to
0d10f83
Compare
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 15, 2024 08:33
0d10f83
to
77df74a
Compare
This PR/issue depends on: |
KevinBoulongne
force-pushed
the
size-formatter-tests
branch
from
May 15, 2024 09:26
1354969
to
77df74a
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on #173
Adds unit tests about our custom FormatterFileSize, to check if the data is correctly rounded when it should be, and not rounded when it shouldn't.
It also checks if the data is correctly formatted using
1_024
base, and not1_000
base.