-
-
Notifications
You must be signed in to change notification settings - Fork 36
Port new selenium tests over to BookServer #30
Comments
Sure, I'll be happy to. |
A quick look: the current release of runestone components depends on SQLAlchemy 1.3, while we need 1.4. So, we need a release of Runestone Components with updated dependencies to make much progress. Can you work on this? |
Another challenge: there's no way to create a user in the bookserver. I assume I'll need to get the SQL to do it from then execute that. |
Yes, I just have a .csv file with my own username in it that I load. But I think we will want a way to initialize the usual courses as well as making some users. |
Do you need a released runestone or if I have requirements-dev.txt updated on github will that work? |
Github should be fine, per python-poetry/poetry#47. |
I just released 5.6.1 so we should be good either way. |
OK, thanks! I'll try it out as soon as it shows up; poetry doesn't see it yet. |
OK, I can see it on the pypi webpage, but sometimes it takes a bit before the CL utils can see it. |
AFAIK, this is done! |
This would be a big hit for coverage as well as testing ajax.py
@bjones1 do you have any interest in getting these moved over?
The text was updated successfully, but these errors were encountered: