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

More test cases and fix indexing bugs and update lessons #291

Merged
merged 18 commits into from
Nov 6, 2020

Conversation

xinyee20
Copy link
Collaborator

@xinyee20 xinyee20 commented Nov 5, 2020

for markpresent, markabsent, flagatt, unflagatt, setscore, addscore, subscore command
close #215

Copy link
Collaborator

@Nijnxw Nijnxw left a comment

Choose a reason for hiding this comment

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

Overall the code quality for the student info commands looks better!!
Test cases are well-written too, just some small tips to make your test cases better :)

…into More_Test_Cases

# Conflicts:
#	src/main/java/team/serenity/logic/commands/studentinfo/AddScoreCommand.java
#	src/test/java/team/serenity/logic/commands/CommandTestUtil.java
#	src/test/java/team/serenity/logic/commands/studentinfo/FlagAttCommandTest.java
#	src/test/java/team/serenity/logic/commands/studentinfo/MarkAbsentCommandTest.java
#	src/test/java/team/serenity/logic/commands/studentinfo/MarkPresentCommandTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/AddScoreCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/FlagAttCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/MarkAbsentCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/MarkPresentCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/SetScoreCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/SubScoreCommandParserTest.java
#	src/test/java/team/serenity/logic/parser/studentinfo/UnflagAttCommandParserTest.java
#	src/test/java/team/serenity/testutil/StudentBuilder.java
…into More_Test_Cases

# Conflicts:
#	src/main/java/team/serenity/logic/parser/studentinfo/AddScoreCommandParser.java
#	src/main/java/team/serenity/logic/parser/studentinfo/EditScoreCommandParser.java
#	src/main/java/team/serenity/logic/parser/studentinfo/SubScoreCommandParser.java
#	src/test/java/team/serenity/logic/commands/studentinfo/EditScoreCommandTest.java
Copy link
Collaborator

@ryanlimjr ryanlimjr left a comment

Choose a reason for hiding this comment

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

LGTM

@ryanlimjr ryanlimjr merged commit 0e6f50d into AY2021S1-CS2103T-W12-4:master Nov 6, 2020
@xinyee20 xinyee20 added this to the v1.4 milestone Nov 7, 2020
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.

[PE-D] markpresent all do not show results immediately.
4 participants