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

Optimize the solve for testing purposes #33

Open
Ant1ng2 opened this issue Apr 29, 2020 · 1 comment
Open

Optimize the solve for testing purposes #33

Ant1ng2 opened this issue Apr 29, 2020 · 1 comment
Labels
Server Issues referring to Server Testing Issues regarding testing

Comments

@Ant1ng2
Copy link
Contributor

Ant1ng2 commented Apr 29, 2020

When running pytest, testServer.py takes quite a while to run. That's because there is a fixture in there called client, which solves all of the puzzles and stores them in disk. We want to optimize that so that running pytest doesn't take too long for future puzzles.

@Ant1ng2 Ant1ng2 added enhancement help wanted Extra attention is needed labels Apr 29, 2020
@Ant1ng2 Ant1ng2 added Server Issues referring to Server Testing Issues regarding testing and removed enhancement labels Aug 29, 2020
@Ant1ng2
Copy link
Contributor Author

Ant1ng2 commented Nov 4, 2020

Temp fix done, not documented yet.

@Ant1ng2 Ant1ng2 removed the help wanted Extra attention is needed label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Server Issues referring to Server Testing Issues regarding testing
Projects
None yet
Development

No branches or pull requests

1 participant