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

Lucians Luscious Lasagna can not test on web editor nor submit iteration via cli #1870

Open
Ochuwa-sophie opened this issue Feb 14, 2022 · 4 comments

Comments

@Ochuwa-sophie
Copy link

Ochuwa-sophie commented Feb 14, 2022

Good day,

I have been trying to submit my iteration for Lucians Luscious Lasagna using the command line command (Exercism submit Lucians-Luscious-Lasagna ) but I keep getting this error
this error .
I tried changing into the directory where exercism is installed (this is the guide I used to install exercism ) and also tried to cd into C:\Exercism but in both cases, I got this errorthis error.

In addition, when I copied my code from my IDE into the browser editor and ran the test, I got this error. this.

I think there is a bug somewhere.
But I also realised my code is now on the editor, maybe when I tried testing on the browser editor.
How can I resolve this issue and test my code? It also doesn't allow me to view community solutions.

@ErikSchierboom
Copy link
Member

The problem is that exercism submit takes the filename you want to submit, not its name. So in this case, you should run exercism submit LuciansLusciousLasagna.cs. Could you try that?

@Ochuwa-sophie
Copy link
Author

wow, that works.
Thanks.

@Ochuwa-sophie
Copy link
Author

But test still fails with the same error.

@ErikSchierboom
Copy link
Member

Did you try testing the code locally using dotnet test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants