Commit Graph

350 Commits

Author SHA1 Message Date
2be23b9390
Merge branch 'master' of gitlab.com:grassrootseconomics/cic-internal-integration into philip/management-integration-tests 2021-05-19 11:52:59 +03:00
e93851af76
Adds dep for ordering pytest tests. 2021-05-19 11:50:06 +03:00
1e89f01d5f
Refactors run command to run all tavern tests. 2021-05-19 11:49:46 +03:00
6c1c05335e
Separates integration tests into individual files. 2021-05-19 11:49:26 +03:00
5929a6c0bb
Renames file containing all integration test fixtures. 2021-05-19 11:48:19 +03:00
63a4a82ab0 Merge branch 'philip/replicate-wills-changes' into 'master'
Replicates changes in broken MR by will.

See merge request grassrootseconomics/cic-internal-integration!158
2021-05-19 08:25:19 +00:00
949c1070a9
Replicates changes in broken MR by will. 2021-05-19 11:19:29 +03:00
5d9fbe9b64 Merge branch 'willruddick-master-patch-28332' into 'master'
shortened and changed service code

See merge request grassrootseconomics/cic-internal-integration!152
2021-05-19 07:47:09 +00:00
873a3f082a shortened and changed service code 2021-05-19 07:47:09 +00:00
7b408cf564 Merge branch 'willruddick-master-patch-28450' into 'master'
small changes, note the 'other' gender

See merge request grassrootseconomics/cic-internal-integration!151
2021-05-19 07:33:37 +00:00
Louis Holbrook
9dfbd7034c Merge branch 'lash/decimals-in-api' into 'master'
cic-eth-tasker: Add decimals and token name to default token api call return struct

Closes cic-eth#123

See merge request grassrootseconomics/cic-internal-integration!148
2021-05-19 06:59:43 +00:00
Louis Holbrook
235f5cede8 cic-eth-tasker: Add decimals and token name to default token api call return struct 2021-05-19 06:59:42 +00:00
Geoff Turk
0a59539f9a Merge branch 'lash/cache-data-api' into 'master'
cic-cache: Add data API

Closes cic-cache#11

See merge request grassrootseconomics/cic-internal-integration!157
2021-05-18 17:13:57 +00:00
Louis Holbrook
60b36945df cic-cache: Add data API 2021-05-18 17:13:57 +00:00
f72313aea9
Adds transaction integration tests. 2021-05-17 22:51:02 +03:00
43fd7465e5
Adds exit to be handled. 2021-05-17 22:50:44 +03:00
30eb9f517b
Adds fixtures for integration tests. 2021-05-17 22:50:07 +03:00
f3e06dcd92
Adds helper functions for integration tests. 2021-05-17 22:49:29 +03:00
dae6526677 Merge branch 'philip/remove-notify-config-defaults' into 'master'
Refactors at configs.

See merge request grassrootseconomics/cic-internal-integration!156
2021-05-17 16:47:30 +00:00
1e94a516c2
Refactors at configs. 2021-05-17 19:41:07 +03:00
c0f578db75
Adds transaction tests. 2021-05-17 16:00:19 +03:00
5d2e5013f3
Adds helpers and fixtures for transaction tests 2021-05-17 16:00:06 +03:00
f2c955c60b small changes, note the 'other' gender 2021-05-17 11:06:10 +00:00
06d9612c6c
Refactors to use fixtures for test configs. 2021-05-15 13:57:54 +03:00
07fef8df40
Moves test configurations to config file. 2021-05-15 13:56:58 +03:00
17b3b27d81 Merge branch 'philip/import-pins-script' into 'master'
Philip/import pins script

See merge request grassrootseconomics/cic-internal-integration!109
2021-05-15 07:40:34 +00:00
1cb172b8bf Philip/import pins script 2021-05-15 07:40:34 +00:00
Louis Holbrook
9d47e4c764 Merge branch 'lash/descriptive-documentation' into 'master'
cic-eth system documentation

See merge request grassrootseconomics/cic-internal-integration!122
2021-05-15 04:36:55 +00:00
Louis Holbrook
c68cc318ab cic-eth system documentation 2021-05-15 04:36:54 +00:00
1bd281f2a2
Adds convenience script for running integration tests. 2021-05-14 10:31:48 +03:00
7ab278d098
Adds integration tests for accounts. 2021-05-14 10:30:50 +03:00
15d44c859e
Adds external functions for validation. 2021-05-14 10:30:05 +03:00
6d541d38bc
Updates pytest version to work with tavern. 2021-05-14 10:29:09 +03:00
08567436f2
Adds common variable definitions to use across integration tests. 2021-05-14 10:28:46 +03:00
091b1e9f16
Imports accounts fixtures. 2021-05-14 10:28:15 +03:00
85837e1fec
Adds helper functions to for testing accounts. 2021-05-14 10:27:46 +03:00
a17da7b91b
Adds accounts fixtures. 2021-05-14 10:27:20 +03:00
c8adfb7f19
Adds requirements for tavern testing. 2021-05-14 00:38:55 +03:00
Louis Holbrook
af99ac823a Merge branch 'lash/custom-offset' into 'master'
cic-cache-tracker, cic-eth-tracker: Add optional and customizable history start for trackers

Closes #50

See merge request grassrootseconomics/cic-internal-integration!143
2021-05-13 16:37:44 +00:00
Louis Holbrook
06652eb30f cic-cache-tracker, cic-eth-tracker: Add optional and customizable history start for trackers 2021-05-13 16:37:44 +00:00
Louis Holbrook
f66f913307 Merge branch 'lash/update-contracts-in-migration-2' into 'master'
Upgrade accounts index

See merge request grassrootseconomics/cic-internal-integration!146
2021-05-13 16:29:02 +00:00
nolash
8bf1364864
Upgrade acoutns index 2021-05-13 18:00:59 +02:00
0d6d7179eb Merge branch 'philip/default-token-bug-fix' into 'master'
Fix hard-coded token symbols.

Closes cic-ussd#42

See merge request grassrootseconomics/cic-internal-integration!142
2021-05-12 11:26:20 +00:00
e7f48f3ce0
Refactors to fix hard-coded token symbols. 2021-05-12 12:51:55 +03:00
Louis Holbrook
b252fab018 Merge branch 'lash/catch-no-contract-crash' into 'master'
cic-eth-tracker: Catch bogus transfers where token address is no contract

See merge request grassrootseconomics/cic-internal-integration!141
2021-05-12 08:10:46 +00:00
nolash
4667916d80
Catch bogus transfers where token address is no contract 2021-05-12 08:48:50 +02:00
1f668384cc Merge branch 'philip/fix-africastalking-parser' into 'master'
Philip/fix africastalking parser

Closes cic-ussd#41

See merge request grassrootseconomics/cic-internal-integration!140
2021-05-11 10:58:00 +00:00
123dc55687 Philip/fix africastalking parser 2021-05-11 10:58:00 +00:00
nolash
0b4d8d5937
Add registry to cic-eth-info tool 2021-05-05 19:04:56 +02:00
Louis Holbrook
ed6bef4052 Merge branch 'lash/cache-faucet' into 'master'
Add faucet filter to cic-cache

Closes cic-cache#13

See merge request grassrootseconomics/cic-internal-integration!134
2021-05-05 16:25:21 +00:00