Skip to content

Rename project and add tests#5

Open
saylenty wants to merge 1 commit intomasterfrom
codex/обновить-readme-для-репозитория

Hidden character warning

The head ref may contain hidden characters: "codex/\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c-readme-\u0434\u043b\u044f-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f"
Open

Rename project and add tests#5
saylenty wants to merge 1 commit intomasterfrom
codex/обновить-readme-для-репозитория

Conversation

@saylenty
Copy link
Owner

Summary

  • rename project title to '2D Point Triangulation'
  • fix README typos and add a section on running tests
  • add a unit test for the Python implementation
  • add a JUnit test for the Java implementation

Testing

  • PYTHONPATH=python_impl python3 -m unittest discover -s python_impl/tests
  • javac -d java_impl/build/classes $(find java_impl/src -path '*visual*' -prune -o -name '*.java' -print) java_impl/tests/com/sun/istack/internal/NotNull.java
  • javac -d java_impl/build/test-classes -cp java_impl/build/classes:/usr/share/java/junit-platform-console-standalone.jar $(find java_impl/tests -name '*.java')
  • java -jar /usr/share/java/junit-platform-console-standalone.jar -cp java_impl/build/classes:java_impl/build/test-classes --scan-class-path

https://chatgpt.com/codex/tasks/task_e_685ef6e6c1d48321b8e6666c816dce78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant