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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Next to ned.py, create make a file yourname.py and put a silly function in it. Can be anything. Maybe ask ChatGPT to write a silly and trivial python function.
Next to ned_test.py, create a yourname_test.py, and write a test for your function.
As soon as you have something, commit and push it up in a draft PR. Make some red X's. Then fix the problems one by one until it's green. When it's green and you're happy with it, change it "Ready for Review" and request a review from everyone else on the team.
If you get stuck at any point
ask ChatGPT
if you're still stuck, ask in the #selfie slack channel
The text was updated successfully, but these errors were encountered:
I laid out a project structure for
selfie-lib
. Here is a function:selfie-python-wip/python/selfie-lib/selfie_lib/ned.py
Lines 1 to 12 in 93f956f
And here is its test:
selfie-python-wip/python/selfie-lib/tests/ned_test.py
Lines 4 to 21 in 93f956f
I made them in this PR
If you look in the PR, you'll see that most of the commits have red
x
s. Click a few to see what the failures look like.Check out the readme, and make sure you're able to run this silly little test:
https://github.com/diffplug/selfie-python-wip/blob/main/python/README.md
Your task for this week:
ned.py
, create make a fileyourname.py
and put a silly function in it. Can be anything. Maybe ask ChatGPT to write a silly and trivial python function.ned_test.py
, create ayourname_test.py
, and write a test for your function.As soon as you have something, commit and push it up in a draft PR. Make some red X's. Then fix the problems one by one until it's green. When it's green and you're happy with it, change it "Ready for Review" and request a review from everyone else on the team.
If you get stuck at any point
The text was updated successfully, but these errors were encountered: