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
Copy file name to clipboardExpand all lines: plugins/python3/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The plugin creates a warning when the Python used is detected to be older than t
4
4
5
5
## Updating tmc-python-tester
6
6
7
-
The tests use [tmc-python-tester](https://github.com/testmycode/tmc-python-tester) which should be updated occasionally by replacing `./tests/data/tmc` with the latest `./tmc` directory from the main branch of the repository. The update date should be written to `./tests/data/tmc_updated` to make it easier to see when it was last updated.
7
+
The tests use [tmc-python-tester](https://github.com/testmycode/tmc-python-tester) which should be updated occasionally by replacing `./tests/data/tmc` with the latest `./tmc` directory from the main branch of the repository. When updating, update the `UPDATED` file to indicate when the update was done.
Copy file name to clipboardExpand all lines: plugins/r/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ All files inside `./R` are considered student files.
14
14
./tests/test_file
15
15
```
16
16
17
-
### Tests
17
+
### Updating tmc-r-tester
18
18
19
-
The `tmcRtestrunner` library is included in `./tests` for easy installation during CI.
19
+
The [tmcRtestrunner](https://github.com/testmycode/tmc-r-tester/) library is included in `./tests` for easy installation during CI. The library should be checked for updates occasionally. When updating, update the `UPDATED` file to indicate when the update was done.
0 commit comments