Commit 211228f
committed
Move tests and their dependencies to 'tests/'
It's sometimes inconvenient and not obvious enough that tests
dependencies were listed in the CI pipeline, and duplicated between
jobs. In order to make sure it's easy enough to install those locally,
and make sure they ain't duplicated between jobs, we better move them
into its own requirements.txt file.
Since requirements.txt is about tests, we also better isolated both
requirements.txt and test_action.py in its own separate directory, the
'tests/' directory.1 parent 4a2dab2 commit 211228f
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
File renamed without changes.
0 commit comments