Skip to content
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

feat: Remove local storage #1305

Merged
merged 2 commits into from
Feb 21, 2022
Merged

feat: Remove local storage #1305

merged 2 commits into from
Feb 21, 2022

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Feb 18, 2022

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Feb 18, 2022
@faucomte97 faucomte97 enabled auto-merge (squash) February 18, 2022 16:38
Copy link
Contributor

@dionizh dionizh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @faucomte97)


game/end_to_end_tests/test_localstorage.py, line 30 at r1 (raw file):

        )

    def test_nothing_in_localstorage(self):

If we're not storing anything anymore I don't think we need to test it? Moving forward I think it's a bit weird to see a test for something that doesn't happen.

Copy link
Contributor Author

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 4 of 5 files reviewed, 1 unresolved discussion (waiting on @dionizh)


game/end_to_end_tests/test_localstorage.py, line 30 at r1 (raw file):

Previously, dionizh (Dioni Zhong) wrote…

If we're not storing anything anymore I don't think we need to test it? Moving forward I think it's a bit weird to see a test for something that doesn't happen.

Done.

Copy link
Contributor

@dionizh dionizh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #1305 (e96c0d5) into master (8397f30) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1305      +/-   ##
==========================================
- Coverage   91.72%   91.61%   -0.11%     
==========================================
  Files          98       97       -1     
  Lines        5294     5262      -32     
==========================================
- Hits         4856     4821      -35     
- Misses        438      441       +3     
Impacted Files Coverage Δ
game/end_to_end_tests/base_game_test.py 95.23% <0.00%> (-1.37%) ⬇️
game/random_road.py 91.00% <0.00%> (-0.36%) ⬇️

@faucomte97 faucomte97 merged commit 3bd72d2 into master Feb 21, 2022
@faucomte97 faucomte97 deleted the remove_local_storage branch August 9, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants