Commit graph

319 commits

Author SHA1 Message Date
Samuel Henrique Oliveira da Silva
6bbb14c905 Flake8 fix and formatting 2017-10-06 16:25:14 -03:00
Samuel Henrique Oliveira da Silva
13eb258488 Fixes testing 2017-10-06 16:04:30 -03:00
Samuel Henrique Oliveira da Silva
e57adc5dfc Rewind changes into the rework 2017-10-06 14:48:05 -03:00
Samuel Henrique Oliveira da Silva
d1f5248ea0 Keeping up with master 2017-10-06 13:31:10 -03:00
LazoCoder
8085a415d8 updated npm links
after the folder reorganization the npm installation wasn't working correctly
2017-09-02 00:46:38 -04:00
Lazo
6043159eb9 Update README.md 2017-09-01 18:43:41 -04:00
Lazo
f777b29a74 Update README.md 2017-09-01 18:36:26 -04:00
Lazo
132fc3776a Merge pull request #106 from caedus75/setup-pip
Allow installation with pip
2017-09-01 17:55:39 -04:00
Carlos Millett
1eb743ab5f move new images to pokemonterminal package 2017-09-01 14:50:51 -03:00
Carlos Millett
9939b87ed2 recreate 'pokemon' and 'ichooseyou' executables 2017-09-01 14:39:05 -03:00
Carlos Millett
2e88c2298a update setup.py to work with new folder structure 2017-09-01 14:39:05 -03:00
Carlos Millett
be1610747b move tests to a test folder 2017-09-01 14:39:05 -03:00
Carlos Millett
55f520400b create pokemonterminal package 2017-09-01 14:30:33 -03:00
Carlos Millett
b0c90c1edd prepare project for pip
add setup.py
tweak main.py to work after pip installed
2017-09-01 14:30:24 -03:00
Lazo
605b5a9ca5 Update README.md 2017-09-01 11:57:45 -04:00
Lazo
32e8067074 Merge pull request #105 from Squirrels/master
Added the pokemon for the Unova and Kalos region
2017-09-01 11:52:37 -04:00
Squirrels
7bb52d571b Added the correct number of blank lines to make flake8 happy, and fixed a test with the wrong name 2017-08-17 13:56:40 -03:00
Squirrels
e4e342b633 Fixed tests and options for kalos region 2017-08-17 13:15:48 -03:00
Squirrels
ec06bb6c7b Added the pokemon from the Unova and Kalos region 2017-08-16 18:23:59 -03:00
Samuel Henrique Oliveira da Silva
a264cab320 ID filter only accepts exact matches 2017-08-14 15:05:50 -03:00
Samuel Henrique Oliveira da Silva
5c36825b64 Implict name filter 2017-08-14 09:56:04 -03:00
Samuel Henrique Oliveira da Silva
c629b414d4 Minor cleanup, killing the daemon
- Now the slideshow daemon on the background may be killed with the -c
option through named pipes (fifo's)
- Minor reformatting again, typos, snake case of some variables, shape
not content
2017-08-12 21:47:40 -03:00
Samuel Henrique Oliveira da Silva
9e10f5a902 Half-Slideshow and formatting
- Reformats the code
- Implements slideshow, it's working. Stopping it isn't.
2017-08-10 17:16:51 -03:00
Lazo
854ae82e9c Merge pull request #97 from cclauss/patch-7
Create the pokemon_list outside of the Database (round II)
2017-08-09 22:12:22 -04:00
Samuel Henrique
df493e32b6 Updates readme 2017-07-09 11:45:13 -03:00
Samuel Henrique
cc51b5d957 More testing
- Main resets the pokemon list if not called directly
2017-07-07 16:03:00 -03:00
Samuel Henrique
d96d4a8bb5 More testing
- Adds new tests of the new command engine
- Regions and pokemon types and names are now case insensitive
-  Roll back some of the removed tests.
2017-07-06 12:32:27 -03:00
Lazo
9c69a57ec6 Merge pull request #100 from cclauss/patch-2
Add base_terminal to testing
2017-07-05 22:29:34 -04:00
Samuel Henrique
c9d406124a Upgrades travis to 3.6 2017-07-05 22:59:41 -03:00
Samuel Henrique
c045a59b3a Keeping up with master 2017-07-05 22:56:43 -03:00
Samuel Henrique
8ea75caa39 Fixes testing - Adds extras filter 2017-07-05 22:39:28 -03:00
cclauss
9cc2fc5c07 The caedus maneuver for one-based enumeration
@caedus75 nice one!
2017-07-06 03:06:36 +02:00
cclauss
86d32e8512 Test the adapter.base.TerminalAdapterInterface 2017-07-06 02:46:32 +02:00
cclauss
80fd1e3aad Add test_adapter_base(): 2017-07-06 02:35:20 +02:00
cclauss
03f88090a8 Add base_terminal to testing 2017-07-06 02:28:29 +02:00
cclauss
125d174e01 Facilitate testing 2017-07-06 02:15:45 +02:00
Lazo
4f5dafc6c4 Merge pull request #99 from cclauss/patch-4
python3 -V
2017-07-05 20:07:07 -04:00
cclauss
68062365cc Leverage test_utils.py 2017-07-06 02:04:06 +02:00
cclauss
368aea5c62 python3 -V 2017-07-06 01:53:21 +02:00
Lazo
2ba849569b Merge pull request #98 from cclauss/patch-2
Fix typo: ou--> out
2017-07-05 19:47:45 -04:00
Samuel Henrique
e50ed96a82 Keeping up with mater 2017-07-05 20:41:14 -03:00
Samuel Henrique
c20471d964 Pokemon ID and list backup
- Implements pokemon ID filtering
- Filter class now keeps a backup of the pokemon list.
2017-07-05 20:35:46 -03:00
cclauss
a5ccc5e01b Fix typo: ou--> out 2017-07-06 00:57:14 +02:00
cclauss
e4d68efdb6 test_utils 2017-07-06 00:48:12 +02:00
Lazo
4c04220f1a Update README.md 2017-07-05 18:35:44 -04:00
Lazo
4b82499a50 Merge pull request #93 from cclauss/patch-2
Simplify print_columns(), print_types(), fix #89
2017-07-05 18:16:15 -04:00
Lazo
dfbdf3407a Merge pull request #90 from cclauss/patch-6
More tests in test_main.py
2017-07-05 18:15:49 -04:00
Lazo
607ffdcd4e Merge pull request #82 from cclauss/patch-4
Pytests of the database
2017-07-05 18:14:49 -04:00
cclauss
49f2840c6a Facilitate running of the tests locally 2017-07-05 11:36:49 +02:00
cclauss
41e499c172 Added tests
This PR is ready for review
2017-07-05 11:14:52 +02:00