-
-
Notifications
You must be signed in to change notification settings - Fork 673
Description
We have not been doctesting SageNB files as often as we test Sage files.
Please apply
-
attachment: trac_7650-scripts_doctest_force_lib_v5.patch to the scripts repository. This adds two options to
sage -t
:-sagenb
tests all SageNB files and-force_lib
tests files as if they live inSAGE_ROOT/devel/sage
, i.e., in the Sage library. -
attachment: trac_7650-sagenb_doctesting_v6.patch and attachment: trac_7650-reviewer_v2.patch to the sagenb repository. This fixes broken SageNB tests.
and replace SAGE_ROOT/makefile
with
- attachment: makefile. This makes
make test
andmake ptest
test all SageNB files, too.
Dependencies: Sage 4.3.1.alpha1, #7269.
CC: @williamstein @TimDumol @mwhansen @jasongrout
Component: notebook
Author: Mitesh Patel
Reviewer: Tim Dumol
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7650