-
Notifications
You must be signed in to change notification settings - Fork 15
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
test game_window #8
Comments
pvcraven
added a commit
that referenced
this issue
Feb 25, 2020
Test part of MyGame class (issue #8)
pvcraven
added a commit
that referenced
this issue
Feb 25, 2020
extracts draw methods for different game states and test accordingly. (issue #8)
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Feb 26, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Feb 26, 2020
pvcraven
added a commit
that referenced
this issue
Feb 27, 2020
Updates tests to match changed code (issue #8)
pvcraven
added a commit
that referenced
this issue
Feb 29, 2020
Another step in gradual testing of game_window (issue #8)
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 3, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 3, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 11, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 18, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 18, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 18, 2020
…wing happens in order pythonarcade#8
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 20, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 20, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 22, 2020
filiplajszczak
added a commit
to filiplajszczak/roguelike
that referenced
this issue
Mar 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cover MyGame with unit tests.
nb. Drafting of first tests shows that the on_draw method is the first candidate for refactoring by extraction of some smaller methods.
The text was updated successfully, but these errors were encountered: