Skip to content

Commit ca19cd3

Browse files
authored
Listing, naming and linking junit5, pytest and bun
1 parent a5c047e commit ca19cd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ In the learning hour description, there's the ```do```section that requests you
1010

1111
Note: There's a bug in the implementation, (marked with the comment "Bug!"), so we have a failing test here (see learning hour description for more information on why that is).
1212

13-
In the java directory there's a ```concept``` sub-package that show-cases JUnit5 features for writing parameterized tests.
13+
In each language directory there's a ```concept``` sub-package/directory that show-cases a test-framework's features for writing parameterized tests.
14+
- [JUnit 5](https://junit.org/junit5/) for Java
15+
- [pytest](https://docs.pytest.org/en/stable/) for Python
16+
- [bun](https://bun.sh/docs/cli/test) for typescript
1417

1518
## Notes for contributors
1619

0 commit comments

Comments
 (0)