prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Question][Hw0-2] Am I allowed to add my tests in test/*.ml? #206

Closed tncks0121 closed 1 year ago

tncks0121 commented 1 year ago

Name: Suchan Park

The readme says that:

Preliminary examples in the document are provided as a suite of unit test (test/[Problem name]Test.ml).

Suppose HW0-2 is an actual graded homework. In that case, am I allowed to add some tests in that file, or should I create another file for my tests?

For example, homework.pdf contains some examples, and I want to add them explicitly in the test suite.

yeonhee-ryou commented 1 year ago

We stated in the README that

students are not permitted to change directory structures

However, we will only grade the code you committed and pushed.

tncks0121 commented 1 year ago

Ok, thanks for the clarification