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

sagenb -- add "how to test" directions to the sagenb README.txt #8754

Closed
williamstein opened this issue Apr 24, 2010 · 8 comments
Closed

sagenb -- add "how to test" directions to the sagenb README.txt #8754

williamstein opened this issue Apr 24, 2010 · 8 comments

Comments

@williamstein
Copy link
Contributor

1. Doctest: 
       sage -t -sagenb 
2. Run the Selenium test suite:
       sage -python sagenb/testing/run_tests.py 

To use Selenium, you must visit http://seleniumhq.org/download/ and:

      * Download and extract Selenium RC ("the Selenium Remote Control")

      * Run it as follows on Linux:
             $ cd /path/to/selenium-remote-control-1.0.3/selenium-server-1.0.3
             $ java -jar selenium-server.jar
             $ cd /path/to/sagenb-0.8/src/sagenb
             $ sage  -python sagenb/testing/run_tests.py

      * Run it as follows on OS X:
             $ cd /path/to/selenium-remote-control-1.0.3/selenium-server-1.0.3
             $ cd /path/to/sagenb-0.8/src/sagenb
             $ sage
             sage: import sagenb.testing.run_tests as rt 
             sage: rt.setup_tests('localhost', False, '*firefox')
             sage: rt.run_any()

That the instructions for OS X are different is probably a bug.

CC: @fchapoton

Component: notebook

Author: William Stein, Alex Leone

Reviewer: William Stein

Issue created by migration from https://trac.sagemath.org/ticket/8754

@williamstein
Copy link
Contributor Author

comment:1

Attachment: trac_8754-sagenb.patch.gz

@sagetrac-acleone
Copy link
Mannequin

sagetrac-acleone mannequin commented Apr 25, 2010

Attachment: trac_8754-sagenb.2.patch.gz

Added a development section. Replaces the last patch

@sagetrac-acleone
Copy link
Mannequin

sagetrac-acleone mannequin commented Apr 25, 2010

Reviewer: William Stein

@sagetrac-acleone
Copy link
Mannequin

sagetrac-acleone mannequin commented Apr 25, 2010

Author: William Stein, Alex Leone

@sagetrac-acleone
Copy link
Mannequin

sagetrac-acleone mannequin commented May 29, 2010

Attachment: trac_8754-sagenb.replaces2.patch.gz

Newest Version. Added a "Reviewing Patches" section. Apply only this.

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 23, 2010

comment:4

Should someone review the latest patch? I noticed two minor problems:

  • dwnload
  • An extra * in b) * Run it as follows:

Also, should the reviewing section first refer in some way to steps 1,2,3, and/or 6 of the development section?

@qed777 qed777 mannequin added s: needs work and removed s: positive review labels Jul 23, 2010
@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@kcrisman
Copy link
Member

comment:9

Reported "upstream" at sagemath/sagenb#221

@mkoeppe
Copy link
Member

mkoeppe commented Aug 18, 2020

comment:10

Proposing to close all sagenb tickets as outdated, so that all remaining open tickets in the notebook component are about the Jupyter notebook.

@mkoeppe mkoeppe removed this from the sage-6.4 milestone Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants