We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e638b7d commit 167d36eCopy full SHA for 167d36e
README.md
@@ -4,16 +4,15 @@
4
5
# Workflow
6
7
- - Develop on Branches
8
- - Merge into `qa` this will deploy the qa stage
9
- - Merge into `master` this will deploy the prod stage
+- Develop on Branches
+- Merge into `main` will deploy the prod stage
10
11
# Testing
12
13
```
14
pytest
15
16
17
-All files should have a cooresponding test_<name>.py file within the same
+All files should have a cooresponding test\_<name>.py file within the same
18
directory. There is no separate test directory and this will allow us to keep
19
the tests and code in sync.
0 commit comments