Changes between Version 12 and Version 13 of Ticket #7650
- Timestamp:
- Jan 1, 2010, 10:57:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7650 – Description
v12 v13 5 5 * [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 in `SAGE_ROOT/devel/sage`, i.e., in the Sage library. 6 6 7 * [attachment:trac_7650-sagenb_doctesting_v 2.patch] to the sagenb repository. This fixes broken SageNB tests.7 * [attachment:trac_7650-sagenb_doctesting_v3.patch] to the sagenb repository. This fixes broken SageNB tests. 8 8 9 9 and replace `SAGE_ROOT/makefile` with 10 10 11 11 * [attachment:makefile]. This makes `make test` and `make ptest` test all SageNB files, too. 12 13 Dependency chain: Sage 4.3 / SageNB 0.4.8, #7483, #7514, #7482.