Commit 972ca35
Use fake-seam-connect module to run the tests (#67)
* Use fake-seam-connect module to run the tests
* Start fake server for every test fn separately
* Fix lint
* Setup node during test workflow
* Use npm registry for fake-seam-connect
* Use context manager to fix lint
* Run the fake-seam-connect server entrypoint directly without an additional script
* Remove start-fake-seam-server.js
* Don't pipe subprocess's output and error + minor corrections
* Update fake server start script name, pin fake-seam-connect version
* Rename find_free_port to get_port
* ci: Generate code
* Update command that starts fake server in conftest.py
---------
Co-authored-by: Seam Bot <devops@getseam.com>1 parent 199bf56 commit 972ca35
File tree
4 files changed
+172
-9
lines changed- .github/workflows
- test
4 files changed
+172
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | | - | |
4 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
5 | 42 | | |
6 | 43 | | |
7 | 44 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 45 | + | |
| 46 | + | |
13 | 47 | | |
0 commit comments