This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import twittter_main | |
# Execute Pytest in the cmd to assert the test. | |
def test_post_sem_usuario_sem_msg(): | |
assert twittter_main.post('->') == 'Comando invalido!' | |
def test_post_sem_msg(): | |
assert twittter_main.post("Alice ->") == "Post sem mensagem!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net start w32time | |
w32tm /resync /force | |
net stop w32time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#Updates codes | |
#Author: Breno Brito | |
#Updated in 13/04/2018 | |
export dir=$PWD | |
echo Updating website | |
echo | |
cd $dir/website |
NewerOlder