From b2c1e5b4ce4432110c749501bf920e6c202605c2 Mon Sep 17 00:00:00 2001 From: frostyfan109 Date: Sun, 3 Mar 2024 21:05:54 -0500 Subject: [PATCH] Rename files to new name. Also add virtual environment paths to gitignore --- .gitignore | 9 +++++++++ ...x_submission.json => eduhelx_jupyterlab_student.json} | 0 ...x_submission.json => eduhelx_jupyterlab_student.json} | 0 ...n.spec.ts => eduhelx_jupyterlab_student.json.spec.ts} | 2 +- ..._submission.spec.ts => eduhelx_jupyterlab_student.ts} | 0 5 files changed, 10 insertions(+), 1 deletion(-) rename jupyter-config/nb-config/{jupyterlab_eduhelx_submission.json => eduhelx_jupyterlab_student.json} (100%) rename jupyter-config/server-config/{jupyterlab_eduhelx_submission.json => eduhelx_jupyterlab_student.json} (100%) rename src/__tests__/{jupyterlab_eduhelx_submission.spec.ts => eduhelx_jupyterlab_student.json.spec.ts} (71%) rename ui-tests/tests/{jupyterlab_eduhelx_submission.spec.ts => eduhelx_jupyterlab_student.ts} (100%) diff --git a/.gitignore b/.gitignore index 93cbccf..de684bf 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,15 @@ __pycache__/ # C extensions *.so +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + # Distribution / packaging .Python build/ diff --git a/jupyter-config/nb-config/jupyterlab_eduhelx_submission.json b/jupyter-config/nb-config/eduhelx_jupyterlab_student.json similarity index 100% rename from jupyter-config/nb-config/jupyterlab_eduhelx_submission.json rename to jupyter-config/nb-config/eduhelx_jupyterlab_student.json diff --git a/jupyter-config/server-config/jupyterlab_eduhelx_submission.json b/jupyter-config/server-config/eduhelx_jupyterlab_student.json similarity index 100% rename from jupyter-config/server-config/jupyterlab_eduhelx_submission.json rename to jupyter-config/server-config/eduhelx_jupyterlab_student.json diff --git a/src/__tests__/jupyterlab_eduhelx_submission.spec.ts b/src/__tests__/eduhelx_jupyterlab_student.json.spec.ts similarity index 71% rename from src/__tests__/jupyterlab_eduhelx_submission.spec.ts rename to src/__tests__/eduhelx_jupyterlab_student.json.spec.ts index d5ebec1..3ec71ee 100644 --- a/src/__tests__/jupyterlab_eduhelx_submission.spec.ts +++ b/src/__tests__/eduhelx_jupyterlab_student.json.spec.ts @@ -3,7 +3,7 @@ */ describe('eduhelx_jupyterlab_student', () => { - it('should be tested', () => { + it('should have some tests written at some point maybe?', () => { expect(1 + 1).toEqual(2); }); }); diff --git a/ui-tests/tests/jupyterlab_eduhelx_submission.spec.ts b/ui-tests/tests/eduhelx_jupyterlab_student.ts similarity index 100% rename from ui-tests/tests/jupyterlab_eduhelx_submission.spec.ts rename to ui-tests/tests/eduhelx_jupyterlab_student.ts