Skip to content
#

tutor

Here are 52 public repositories matching this topic...

oppia
hardikkat24
hardikkat24 commented Jan 25, 2021

Aim/Problem: Improve the docstrings in all the python files in the codebase. This will also fulfill the prerequisite for the lint check Check to enforce use of Args, Returns and Raises in the docstring. to be introduced for #8423.

Suggested fix: Do a grep or a search (CTRL+F) for def keyword in the file to get all the possible places that we would need to fix. Verify that the

prayutsu
prayutsu commented Mar 19, 2021

Describe the bug
A clear and concise description of what the bug is.
The test cases testGetCurrentCalendar_wallClockMode_returnsCalendarWithCurrentTimeMillis() and testGetCurrentTimeMs_wallClockMode_returnsCurrentTimeMillis are flaky.

Failure error -

expected to be in range: (1616173019436..1616173019440)
but was                : 1616173019440

	at org.oppia.android.testing

Improve this page

Add a description, image, and links to the tutor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tutor topic, visit your repo's landing page and select "manage topics."

Learn more