You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wie im Titel beschrieben: Ich war mir unsicher, was ich bei "setup" als Parameter eingeben kann, deswegen habe ich es ohne Parameter aufgerufen. Ich war überrascht, dass danach mein aktueller Ordner mit den Dateien für alle Frameworks gefüllt war:
$ ls
$ codersdojo setup
Unkown framework . Possible frameworks:
clojure.is-test, csharp.nunit, forth.tester, java.junit, javascript.jspec, javascript.vows, python.pytest, python.pyunit, ruby.test-unit
$ ls -l
total 0
drwxr-xr-x 6 ms staff 204 10 Feb 17:38 any
drwxr-xr-x 8 ms staff 272 10 Feb 17:38 clojure.is-test
drwxr-xr-x 7 ms staff 238 10 Feb 17:38 csharp.nunit
drwxr-xr-x 8 ms staff 272 10 Feb 17:38 forth.tester
drwxr-xr-x 9 ms staff 306 10 Feb 17:38 java.junit
drwxr-xr-x 7 ms staff 238 10 Feb 17:38 javascript.jspec
drwxr-xr-x 6 ms staff 204 10 Feb 17:38 javascript.vows
drwxr-xr-x 7 ms staff 238 10 Feb 17:38 python.pytest
drwxr-xr-x 7 ms staff 238 10 Feb 17:38 python.pyunit
drwxr-xr-x 7 ms staff 238 10 Feb 17:38 ruby.test-unit
The text was updated successfully, but these errors were encountered:
Wie im Titel beschrieben: Ich war mir unsicher, was ich bei "setup" als Parameter eingeben kann, deswegen habe ich es ohne Parameter aufgerufen. Ich war überrascht, dass danach mein aktueller Ordner mit den Dateien für alle Frameworks gefüllt war:
The text was updated successfully, but these errors were encountered: