tuncbkose
                                            tuncbkose
                                        
                                    Noticed the failing tests. Will work on it and if appropriate add more tests.
I've seen them only when the folders/files expected by the tests are not there because I changed something and forgot to update the tests.
All of these came into play when files had wrong permissions (which was a concern for us, in case something might go wrong in mounting network drives). They are easily...
I am slowly working on adding tests, but the following might be worth noting: Currently, pressing the "fetch feedback" button when feedback is not available does nothing from the users'...
Is there a way to set some nbgrader configuration for a single test? Only https://github.com/jupyter/nbgrader/commit/783e0d25e5814c557414029a269447779b8faed8 remains untested, but it applies only when `CourseDirectory.groupshared == true`.
I think what @rkdarst may have meant is that beyond beyond breaking the autograder (which just tracks all the encountered `grade_id`s and stops if it sees one again), duplicate cells...
Have you set `points` for the cell to be bigger than 0? I remember encountering this myself, and I think this was the problem in my case. If this is...
I'd like to be able to specify some builder-specific setup in a `{code-cell}` embedded in `{only}` at the start of my document so that the rest outputs differently based on...
Thanks for the review. I'll rebase within a day or two and ping you
@brichet rebased.